public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [media] rc: do not enable remote controller adapters by default.
@ 2011-02-16  6:16 Stephen Wilson
  2011-02-16 13:16 ` Andy Walls
  0 siblings, 1 reply; 7+ messages in thread
From: Stephen Wilson @ 2011-02-16  6:16 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: David Härdeman, Jarod Wilson, Stephen Wilson, linux-media,
	linux-kernel


Having the RC_CORE config default to INPUT is almost equivalent to
saying "yes".  Default to "no" instead.

Signed-off-by: Stephen Wilson <wilsons@start.ca>
---
 drivers/media/rc/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig
index 3785162..8842843 100644
--- a/drivers/media/rc/Kconfig
+++ b/drivers/media/rc/Kconfig
@@ -1,7 +1,7 @@
 menuconfig RC_CORE
 	tristate "Remote Controller adapters"
 	depends on INPUT
-	default INPUT
+	default n
 	---help---
 	  Enable support for Remote Controllers on Linux. This is
 	  needed in order to support several video capture adapters.
--
1.7.3.5

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-02-16 17:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-16  6:16 [PATCH] [media] rc: do not enable remote controller adapters by default Stephen Wilson
2011-02-16 13:16 ` Andy Walls
2011-02-16 15:09   ` Stephen Wilson
2011-02-16 15:20     ` Jarod Wilson
2011-02-16 17:13       ` Stephen Wilson
2011-02-16 17:25       ` VDR User
2011-02-16 17:43         ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox