diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2015-01-17 13:15:15 -0500 |
---|---|---|
committer | Carlo Caione <carlo@endlessm.com> | 2015-03-02 04:59:50 -0500 |
commit | ec9c06831e7fcd01e0cef6f1a0038b1a0b86de28 (patch) | |
tree | 90e66a6e78ea5b3f858c9b315032ecf0e3c22f45 /arch/arm/mach-meson/Kconfig | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) |
ARM: meson: select PINCTRL_MESON and ARCH_REQUIRE_GPIOLIB
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>
Diffstat (limited to 'arch/arm/mach-meson/Kconfig')
-rw-r--r-- | arch/arm/mach-meson/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig index 18301dc9d2e7..0743e2059645 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig | |||
@@ -1,8 +1,11 @@ | |||
1 | menuconfig ARCH_MESON | 1 | menuconfig ARCH_MESON |
2 | bool "Amlogic Meson SoCs" if ARCH_MULTI_V7 | 2 | bool "Amlogic Meson SoCs" if ARCH_MULTI_V7 |
3 | select ARCH_REQUIRE_GPIOLIB | ||
3 | select GENERIC_IRQ_CHIP | 4 | select GENERIC_IRQ_CHIP |
4 | select ARM_GIC | 5 | select ARM_GIC |
5 | select CACHE_L2X0 | 6 | select CACHE_L2X0 |
7 | select PINCTRL | ||
8 | select PINCTRL_MESON | ||
6 | 9 | ||
7 | if ARCH_MESON | 10 | if ARCH_MESON |
8 | 11 | ||