diff options
author | Anssi Hannula <anssi.hannula@iki.fi> | 2011-08-06 17:18:13 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-22 09:55:10 -0400 |
commit | 3a7a62378be538944ff00904b8e0b795fe16609a (patch) | |
tree | fb9c1416c7557fc06596af85bd83e5851e5314a0 /drivers/media/rc/Kconfig | |
parent | 999d6bc9b142a531fb10652c64de51e2ad672a1e (diff) |
[media] ati_remote: update Kconfig description
The ati_remote driver supports more remotes nowadays, update the
description to reflect that.
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/Kconfig | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig index ea45f35571a9..aeb7f43dfb65 100644 --- a/drivers/media/rc/Kconfig +++ b/drivers/media/rc/Kconfig | |||
@@ -109,16 +109,18 @@ config IR_LIRC_CODEC | |||
109 | the LIRC interface. | 109 | the LIRC interface. |
110 | 110 | ||
111 | config RC_ATI_REMOTE | 111 | config RC_ATI_REMOTE |
112 | tristate "ATI / X10 USB RF remote control" | 112 | tristate "ATI / X10 based USB RF remote controls" |
113 | depends on USB_ARCH_HAS_HCD | 113 | depends on USB_ARCH_HAS_HCD |
114 | depends on RC_CORE | 114 | depends on RC_CORE |
115 | select USB | 115 | select USB |
116 | help | 116 | help |
117 | Say Y here if you want to use an ATI or X10 "Lola" USB remote control. | 117 | Say Y here if you want to use an X10 based USB remote control. |
118 | These are RF remotes with USB receivers. | 118 | These are RF remotes with USB receivers. |
119 | The ATI remote comes with many of ATI's All-In-Wonder video cards. | 119 | |
120 | The X10 "Lola" remote is available at: | 120 | Such devices include the ATI remote that comes with many of ATI's |
121 | <http://www.x10.com/products/lola_sg1.htm> | 121 | All-In-Wonder video cards, the X10 "Lola" remote, NVIDIA RF remote, |
122 | Medion RF remote, and SnapStream FireFly remote. | ||
123 | |||
122 | This driver provides mouse pointer, left and right mouse buttons, | 124 | This driver provides mouse pointer, left and right mouse buttons, |
123 | and maps all the other remote buttons to keypress events. | 125 | and maps all the other remote buttons to keypress events. |
124 | 126 | ||