projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a936a3
)
ARM: shmobile: Select GPIO in case of the r7s72100 SoC
author
Magnus Damm
<damm@opensource.se>
Wed, 9 Oct 2013 22:57:42 +0000
(07:57 +0900)
committer
Simon Horman
<horms+renesas@verge.net.au>
Wed, 4 Dec 2013 06:11:10 +0000
(15:11 +0900)
The r7s72100 contains GPIO controllers so make sure the GPIO
subsystem can be built by selecting ARCH_WANT_OPTIONAL_GPIOLIB.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-shmobile/Kconfig
b/arch/arm/mach-shmobile/Kconfig
index 4e1cc76f001b144fb85f77622912678fbfd933d0..c604ef1cd9d1558d37ecc172111b6d90d607d3a5 100644
(file)
--- a/
arch/arm/mach-shmobile/Kconfig
+++ b/
arch/arm/mach-shmobile/Kconfig
@@
-111,6
+111,7
@@
config ARCH_EMEV2
config ARCH_R7S72100
bool "RZ/A1H (R7S72100)"
+ select ARCH_WANT_OPTIONAL_GPIOLIB
select ARM_GIC
select CPU_V7
select SH_CLK_CPG