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) | |
download | kernel-crypto-3d29cdff999c37b3876082278a8134a0642a02cd.tar.gz kernel-crypto-3d29cdff999c37b3876082278a8134a0642a02cd.tar.xz kernel-crypto-3d29cdff999c37b3876082278a8134a0642a02cd.zip |
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 696c9609d71..1d0d3e765db 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -43,6 +43,7 @@ config INPUT_M68K_BEEP config INPUT_COBALT_BTNS tristate "Cobalt button interface" depends on MIPS_COBALT + select INPUT_POLLDEV help Say Y here if you want to support MIPS Cobalt button interface. |