diff options
-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 | ||