diff options
author | Maxim Levitsky <maximlevitsky@gmail.com> | 2010-07-31 10:59:14 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-08 22:42:59 -0400 |
commit | ade321c5b8a0e4d40c0f3b73bf0d2579850028d0 (patch) | |
tree | f073a017e88c8c7a001f5fc529dd39317488d81e | |
parent | 2c1101d5aeddda7bd0dd03bddea7aed6dbf80074 (diff) |
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>
-rw-r--r-- | drivers/media/IR/Kconfig | 10 |
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 @@ | |||
1 | config IR_CORE | 1 | menuconfig IR_CORE |
2 | tristate | 2 | tristate "Infrared remote controller adapters" |
3 | depends on INPUT | 3 | depends on INPUT |
4 | default INPUT | 4 | default INPUT |
5 | 5 | ||
6 | if IR_CORE | ||
7 | |||
6 | config VIDEO_IR | 8 | config VIDEO_IR |
7 | tristate | 9 | tristate |
8 | depends on IR_CORE | 10 | depends on IR_CORE |
@@ -16,7 +18,7 @@ config LIRC | |||
16 | Enable this option to build the Linux Infrared Remote | 18 | Enable this option to build the Linux Infrared Remote |
17 | Control (LIRC) core device interface driver. The LIRC | 19 | Control (LIRC) core device interface driver. The LIRC |
18 | interface passes raw IR to and from userspace, where the | 20 | interface passes raw IR to and from userspace, where the |
19 | LIRC daemon handles protocol decoding for IR reception ann | 21 | LIRC daemon handles protocol decoding for IR reception and |
20 | encoding for IR transmitting (aka "blasting"). | 22 | encoding for IR transmitting (aka "blasting"). |
21 | 23 | ||
22 | source "drivers/media/IR/keymaps/Kconfig" | 24 | source "drivers/media/IR/keymaps/Kconfig" |
@@ -115,3 +117,5 @@ config IR_STREAMZAP | |||
115 | 117 | ||
116 | To compile this driver as a module, choose M here: the | 118 | To compile this driver as a module, choose M here: the |
117 | module will be called streamzap. | 119 | module will be called streamzap. |
120 | |||
121 | endif #IR_CORE | ||