diff options
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r-- | drivers/media/rc/Kconfig | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig index f97eeb870455..d2655f103faa 100644 --- a/drivers/media/rc/Kconfig +++ b/drivers/media/rc/Kconfig | |||
@@ -1,21 +1,12 @@ | |||
1 | menuconfig RC_CORE | 1 | config RC_CORE |
2 | tristate "Remote Controller adapters" | 2 | tristate |
3 | depends on MEDIA_RC_SUPPORT | ||
3 | depends on INPUT | 4 | depends on INPUT |
4 | default INPUT | 5 | default y |
5 | ---help--- | ||
6 | Enable support for Remote Controllers on Linux. This is | ||
7 | needed in order to support several video capture adapters, | ||
8 | standalone IR receivers/transmitters, and RF receivers. | ||
9 | |||
10 | Enable this option if you have a video capture board even | ||
11 | if you don't need IR, as otherwise, you may not be able to | ||
12 | compile the driver for your adapter. | ||
13 | |||
14 | if RC_CORE | ||
15 | 6 | ||
16 | config LIRC | 7 | config LIRC |
17 | tristate | 8 | tristate "LIRC interface driver" |
18 | default y | 9 | depends on RC_CORE |
19 | 10 | ||
20 | ---help--- | 11 | ---help--- |
21 | Enable this option to build the Linux Infrared Remote | 12 | Enable this option to build the Linux Infrared Remote |
@@ -109,6 +100,12 @@ config IR_MCE_KBD_DECODER | |||
109 | Windows Media Center Edition, which you would like to use with | 100 | Windows Media Center Edition, which you would like to use with |
110 | a raw IR receiver in your system. | 101 | a raw IR receiver in your system. |
111 | 102 | ||
103 | menuconfig RC_DEVICES | ||
104 | bool "Remote Controller devices" | ||
105 | depends on RC_CORE | ||
106 | |||
107 | if RC_DEVICES | ||
108 | |||
112 | config IR_LIRC_CODEC | 109 | config IR_LIRC_CODEC |
113 | tristate "Enable IR to LIRC bridge" | 110 | tristate "Enable IR to LIRC bridge" |
114 | depends on RC_CORE | 111 | depends on RC_CORE |
@@ -276,4 +273,4 @@ config IR_GPIO_CIR | |||
276 | To compile this driver as a module, choose M here: the module will | 273 | To compile this driver as a module, choose M here: the module will |
277 | be called gpio-ir-recv. | 274 | be called gpio-ir-recv. |
278 | 275 | ||
279 | endif #RC_CORE | 276 | endif #RC_DEVICES |