Gitweb: http://git.kernel.org/linus/4e45ad5e89128939c671e927f030cb3909fe1d69
Commit: 4e45ad5e89128939c671e927f030cb3909fe1d69
Parent: b036f6fb3aa23a52d90da5fc57e0803f08292e82
Author: Magnus Damm <damm@opensource.se>
AuthorDate: Tue Feb 16 21:50:58 2010 -0800
Committer: Dmitry Torokhov <dmitry.torokhov@gmail.com>
CommitDate: Tue Feb 16 21:51:43 2010 -0800
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>
---
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 1ad9435..64c1023 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -376,7 +376,7 @@ config KEYBOARD_SUNKBD
config KEYBOARD_SH_KEYSC
tristate "SuperH KEYSC keypad support"
- depends on SUPERH
+ depends on SUPERH || ARCH_SHMOBILE
help
Say Y here if you want to use a keypad attached to the KEYSC block
on SuperH processors such as sh7722 and sh7343.
--