diff options
author | Anssi Hannula <anssi.hannula@iki.fi> | 2011-08-06 18:18:07 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-22 10:47:41 -0300 |
commit | 9688efda3fb0abb487ae44ced1dd02d14a4312c4 (patch) | |
tree | ad79c621ace7f18a8c02d9a8be21d0a00f9cc75f /drivers/input/misc/Kconfig | |
parent | 653822b9276472aa760fa80f32ffcc777de9c403 (diff) | |
download | op-kernel-dev-9688efda3fb0abb487ae44ced1dd02d14a4312c4.zip op-kernel-dev-9688efda3fb0abb487ae44ced1dd02d14a4312c4.tar.gz |
[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/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index c9104bb..05cbdab 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -183,22 +183,6 @@ config INPUT_ATLAS_BTNS To compile this driver as a module, choose M here: the module will be called atlas_btns. -config INPUT_ATI_REMOTE - tristate "ATI / X10 USB RF remote control" - depends on USB_ARCH_HAS_HCD - select USB - help - Say Y here if you want to use an ATI or X10 "Lola" USB remote control. - These are RF remotes with USB receivers. - The ATI remote comes with many of ATI's All-In-Wonder video cards. - The X10 "Lola" remote is available at: - <http://www.x10.com/products/lola_sg1.htm> - This driver provides mouse pointer, left and right mouse buttons, - and maps all the other remote buttons to keypress events. - - To compile this driver as a module, choose M here: the module will be - called ati_remote. - config INPUT_ATI_REMOTE2 tristate "ATI / Philips USB RF remote control" depends on USB_ARCH_HAS_HCD |