diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2007-04-29 23:43:06 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-04-29 23:43:06 -0400 |
commit | 3d29cdff999c37b3876082278a8134a0642a02cd (patch) | |
tree | 3ef4d152a94061e768a981a152b0f8e70d63d5d9 /drivers/input/misc/Kconfig | |
parent | 0dcd8073673115eeb67343787f244905f62532f2 (diff) |
Input: cobalt_btns - convert to use polldev library
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Acked-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 696c9609d714..1d0d3e765db6 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -43,6 +43,7 @@ config INPUT_M68K_BEEP | |||
43 | config INPUT_COBALT_BTNS | 43 | config INPUT_COBALT_BTNS |
44 | tristate "Cobalt button interface" | 44 | tristate "Cobalt button interface" |
45 | depends on MIPS_COBALT | 45 | depends on MIPS_COBALT |
46 | select INPUT_POLLDEV | ||
46 | help | 47 | help |
47 | Say Y here if you want to support MIPS Cobalt button interface. | 48 | Say Y here if you want to support MIPS Cobalt button interface. |
48 | 49 | ||