lkml.org 
[lkml]   [2011]   [Feb]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] [media] rc: do not enable remote controller adapters by default.
Date

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

\
 
 \ /
  Last update: 2011-02-16 07:19    [W:0.049 / U:0.492 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site