diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-12-04 13:22:25 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-12-07 12:26:50 -0500 |
commit | 6604072798da52547111cc06afacb8d9f2a907cf (patch) | |
tree | 11e4024e1e8a87f367f1901983e5b41064483615 /drivers/input/misc/Kconfig | |
parent | e97af4cbbe500e6a3f4e189fe9324c5b99192dd6 (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/Kconfig | 1 |
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 | |||
282 | config INPUT_DM355EVM | 282 | config 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. |