aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/Kconfig
diff options
context:
space:
mode:
authorAnssi Hannula <anssi.hannula@iki.fi>2011-08-06 17:18:07 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-09-22 09:47:41 -0400
commit9688efda3fb0abb487ae44ced1dd02d14a4312c4 (patch)
treead79c621ace7f18a8c02d9a8be21d0a00f9cc75f /drivers/media/rc/Kconfig
parent653822b9276472aa760fa80f32ffcc777de9c403 (diff)
[media] move ati_remote driver from input/misc to media/rc
The driver will be migrated to the RC driver API in a following commit. [mchehab@redhat.com: Fix some bad whitespacing] Signed-off-by: Anssi Hannula <anssi.hannula@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r--drivers/media/rc/Kconfig20
1 files changed, 18 insertions, 2 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig
index 899f783d92f..756884e007e 100644
--- a/drivers/media/rc/Kconfig
+++ b/drivers/media/rc/Kconfig
@@ -4,8 +4,8 @@ menuconfig RC_CORE
4 default INPUT 4 default INPUT
5 ---help--- 5 ---help---
6 Enable support for Remote Controllers on Linux. This is 6 Enable support for Remote Controllers on Linux. This is
7 needed in order to support several video capture adapters. 7 needed in order to support several video capture adapters,
8 Currently, all supported devices use InfraRed. 8 standalone IR receivers/transmitters, and RF receivers.
9 9
10 Enable this option if you have a video capture board even 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 11 if you don't need IR, as otherwise, you may not be able to
@@ -108,6 +108,22 @@ config IR_LIRC_CODEC
108 Enable this option to pass raw IR to and from userspace via 108 Enable this option to pass raw IR to and from userspace via
109 the LIRC interface. 109 the LIRC interface.
110 110
111config RC_ATI_REMOTE
112 tristate "ATI / X10 USB RF remote control"
113 depends on USB_ARCH_HAS_HCD
114 select USB
115 help
116 Say Y here if you want to use an ATI or X10 "Lola" USB remote control.
117 These are RF remotes with USB receivers.
118 The ATI remote comes with many of ATI's All-In-Wonder video cards.
119 The X10 "Lola" remote is available at:
120 <http://www.x10.com/products/lola_sg1.htm>
121 This driver provides mouse pointer, left and right mouse buttons,
122 and maps all the other remote buttons to keypress events.
123
124 To compile this driver as a module, choose M here: the module will be
125 called ati_remote.
126
111config IR_ENE 127config IR_ENE
112 tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)" 128 tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)"
113 depends on PNP 129 depends on PNP