diff options
author | Jisheng Zhang <[email protected]> | 2015-10-16 15:37:09 +0800 |
---|---|---|
committer | Sebastian Hesselbarth <[email protected]> | 2015-11-19 21:07:11 +0100 |
commit | 75d8e1baa5e086de02b9be1ae3eaeb591adc6cf0 (patch) | |
tree | 30ce273dfa8ff68b6d2219b2d7589bd97debaa79 | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec (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 <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Acked-by: Antoine Tenart <[email protected]>
Signed-off-by: Sebastian Hesselbarth <[email protected]>
-rw-r--r-- | arch/arm64/Kconfig.platforms | 1 |
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 bool "Marvell Berlin SoC Family" select ARCH_REQUIRE_GPIOLIB select DW_APB_ICTL + select PINCTRL help This enables support for Marvell Berlin SoC Family |