[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <m3aahwa4ib.fsf@fibrous.localdomain>
Date: Wed, 16 Feb 2011 01:16:12 -0500
From: Stephen Wilson <wilsons@...rt.ca>
To: Mauro Carvalho Chehab <mchehab@...radead.org>
Cc: David Härdeman <david@...deman.nu>,
Jarod Wilson <jarod@...hat.com>,
Stephen Wilson <wilsons@...rt.ca>, linux-media@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] [media] rc: do not enable remote controller adapters by default.
Having the RC_CORE config default to INPUT is almost equivalent to
saying "yes". Default to "no" instead.
Signed-off-by: Stephen Wilson <wilsons@...rt.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists