aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2009-12-04 13:22:25 -0500
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2009-12-07 12:26:50 -0500
commit6604072798da52547111cc06afacb8d9f2a907cf (patch)
tree11e4024e1e8a87f367f1901983e5b41064483615 /drivers/input/misc/Kconfig
parente97af4cbbe500e6a3f4e189fe9324c5b99192dd6 (diff)
Input: dm355evm_kbd - switch to using sparse keymap library
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index d25ecbb87bfc..16ec5233441c 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -282,6 +282,7 @@ config INPUT_RB532_BUTTON
282config INPUT_DM355EVM 282config INPUT_DM355EVM
283 tristate "TI DaVinci DM355 EVM Keypad and IR Remote" 283 tristate "TI DaVinci DM355 EVM Keypad and IR Remote"
284 depends on MFD_DM355EVM_MSP 284 depends on MFD_DM355EVM_MSP
285 select INPUT_SPARSEKMAP
285 help 286 help
286 Supports the pushbuttons and IR remote used with 287 Supports the pushbuttons and IR remote used with
287 the DM355 EVM board. 288 the DM355 EVM board.