projects
/
GitHub
/
moto-9609
/
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:
c517d83
)
ARM: meson: select PINCTRL_MESON and ARCH_REQUIRE_GPIOLIB
author
Beniamino Galvani
<b.galvani@gmail.com>
Sat, 17 Jan 2015 18:15:15 +0000
(19:15 +0100)
committer
Carlo Caione
<carlo@endlessm.com>
Mon, 2 Mar 2015 09:59:50 +0000
(10:59 +0100)
Make sure that the Meson pinctrl driver is built whenever Meson
support is enabled.
Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Signed-off-by: Carlo Caione <carlo@endlessm.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-meson/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-meson/Kconfig
b/arch/arm/mach-meson/Kconfig
index 18301dc9d2e7c2459344b4096a2187f5ae03305d..0743e2059645d876af692026d9dfd74713ba2608 100644
(file)
--- a/
arch/arm/mach-meson/Kconfig
+++ b/
arch/arm/mach-meson/Kconfig
@@
-1,8
+1,11
@@
menuconfig ARCH_MESON
bool "Amlogic Meson SoCs" if ARCH_MULTI_V7
+ select ARCH_REQUIRE_GPIOLIB
select GENERIC_IRQ_CHIP
select ARM_GIC
select CACHE_L2X0
+ select PINCTRL
+ select PINCTRL_MESON
if ARCH_MESON