summaryrefslogtreecommitdiffstats
path: root/drivers/media/IR/Kconfig
diff options
context:
space:
mode:
authorMaxim Levitsky2010-07-31 16:59:14 +0200
committerMauro Carvalho Chehab2010-08-09 04:42:59 +0200
commitade321c5b8a0e4d40c0f3b73bf0d2579850028d0 (patch)
treef073a017e88c8c7a001f5fc529dd39317488d81e /drivers/media/IR/Kconfig
parentV4L/DVB: IR: put newly ported streamzap driver in proper home (diff)
downloadkernel-qcow2-linux-ade321c5b8a0e4d40c0f3b73bf0d2579850028d0.tar.gz
kernel-qcow2-linux-ade321c5b8a0e4d40c0f3b73bf0d2579850028d0.tar.xz
kernel-qcow2-linux-ade321c5b8a0e4d40c0f3b73bf0d2579850028d0.zip
V4L/DVB: IR: Kconfig fixes
Move IR drives below separate menu. This allows to disable them. Also correct a typo. Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/IR/Kconfig')
-rw-r--r--drivers/media/IR/Kconfig10
1 files changed, 7 insertions, 3 deletions
diff --git a/drivers/media/IR/Kconfig b/drivers/media/IR/Kconfig
index 4094490106a6..9e8f82d85cb3 100644
--- a/drivers/media/IR/Kconfig
+++ b/drivers/media/IR/Kconfig
@@ -1,8 +1,10 @@
-config IR_CORE
- tristate
+menuconfig IR_CORE
+ tristate "Infrared remote controller adapters"
depends on INPUT
default INPUT
+if IR_CORE
+
config VIDEO_IR
tristate
depends on IR_CORE
@@ -16,7 +18,7 @@ config LIRC
Enable this option to build the Linux Infrared Remote
Control (LIRC) core device interface driver. The LIRC
interface passes raw IR to and from userspace, where the
- LIRC daemon handles protocol decoding for IR reception ann
+ LIRC daemon handles protocol decoding for IR reception and
encoding for IR transmitting (aka "blasting").
source "drivers/media/IR/keymaps/Kconfig"
@@ -115,3 +117,5 @@ config IR_STREAMZAP
To compile this driver as a module, choose M here: the
module will be called streamzap.
+
+endif #IR_CORE