diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2008-07-19 00:14:26 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2008-07-19 00:50:39 -0400 |
commit | 48ad88b1f2caf87e3d02c34e1d7de2ce68370e27 (patch) | |
tree | 0848fe85ce38af326549eecf5fdcef6701ef1cab /drivers/input/misc/Kconfig | |
parent | 305e342bba16730a0821131af6d7d0df43bfff4c (diff) |
Input: sgi_btns - add support for SGI Indy volume buttons
Also rename sgio2_btns to sgi_btns since the driver is not only
for SGI O2 anymore.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index e33d7cbcb1df..e99b7882f382 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -189,15 +189,15 @@ config INPUT_UINPUT | |||
189 | To compile this driver as a module, choose M here: the | 189 | To compile this driver as a module, choose M here: the |
190 | module will be called uinput. | 190 | module will be called uinput. |
191 | 191 | ||
192 | config INPUT_SGIO2_BTNS | 192 | config INPUT_SGI_BTNS |
193 | tristate "SGI O2 volume button interface" | 193 | tristate "SGI Indy/O2 volume button interface" |
194 | depends on SGI_IP32 | 194 | depends on SGI_IP22 || SGI_IP32 |
195 | select INPUT_POLLDEV | 195 | select INPUT_POLLDEV |
196 | help | 196 | help |
197 | Say Y here if you want to support SGI O2 volume button interface. | 197 | Say Y here if you want to support SGI Indy/O2 volume button interface. |
198 | 198 | ||
199 | To compile this driver as a module, choose M here: the | 199 | To compile this driver as a module, choose M here: the |
200 | module will be called sgio_btns. | 200 | module will be called sgi_btns. |
201 | 201 | ||
202 | config HP_SDC_RTC | 202 | config HP_SDC_RTC |
203 | tristate "HP SDC Real Time Clock" | 203 | tristate "HP SDC Real Time Clock" |