diff options
author | Magnus Damm <damm@opensource.se> | 2010-02-17 00:50:58 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-02-17 00:51:43 -0500 |
commit | 4e45ad5e89128939c671e927f030cb3909fe1d69 (patch) | |
tree | a6c2699f1ea4642025cc0645b4a5543592b8c5ce /drivers/input/keyboard | |
parent | b036f6fb3aa23a52d90da5fc57e0803f08292e82 (diff) |
Input: sh_keysc - enable building on SH-Mobile ARM
Update the Kconfig entry for the sh_keysc driver to
enable build on SH-Mobile ARM platforms.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/keyboard')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 1ad9435d30a..64c102355f5 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -376,7 +376,7 @@ config KEYBOARD_SUNKBD | |||
376 | 376 | ||
377 | config KEYBOARD_SH_KEYSC | 377 | config KEYBOARD_SH_KEYSC |
378 | tristate "SuperH KEYSC keypad support" | 378 | tristate "SuperH KEYSC keypad support" |
379 | depends on SUPERH | 379 | depends on SUPERH || ARCH_SHMOBILE |
380 | help | 380 | help |
381 | Say Y here if you want to use a keypad attached to the KEYSC block | 381 | Say Y here if you want to use a keypad attached to the KEYSC block |
382 | on SuperH processors such as sh7722 and sh7343. | 382 | on SuperH processors such as sh7722 and sh7343. |