projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b036f6f
)
Input: sh_keysc - enable building on SH-Mobile ARM
author
Magnus Damm
<damm@opensource.se>
Wed, 17 Feb 2010 05:50:58 +0000
(21:50 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Wed, 17 Feb 2010 05:51:43 +0000
(21:51 -0800)
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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/input/keyboard/Kconfig
b/drivers/input/keyboard/Kconfig
index 1ad9435d30aa783c37989f43e4a8b09dd0921812..64c102355f532198829b7c381ddf75376a132a8a 100644
(file)
--- 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.