aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@marvell.com>2015-10-16 03:37:09 -0400
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2015-11-19 15:07:11 -0500
commit75d8e1baa5e086de02b9be1ae3eaeb591adc6cf0 (patch)
tree30ce273dfa8ff68b6d2219b2d7589bd97debaa79
parent8005c49d9aea74d382f474ce11afbbc7d7130bec (diff)
arm64: berlin: add the pinctrl dependency for Marvell Berlin SoCs
This is to add the pinctrl dependency for Marvell Berlin SoCs. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Antoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
-rw-r--r--arch/arm64/Kconfig.platforms1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 4043c35962cc..905d30865950 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -9,6 +9,7 @@ config ARCH_BERLIN
9 bool "Marvell Berlin SoC Family" 9 bool "Marvell Berlin SoC Family"
10 select ARCH_REQUIRE_GPIOLIB 10 select ARCH_REQUIRE_GPIOLIB
11 select DW_APB_ICTL 11 select DW_APB_ICTL
12 select PINCTRL
12 help 13 help
13 This enables support for Marvell Berlin SoC Family 14 This enables support for Marvell Berlin SoC Family
14 15