diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-06-12 11:34:55 -0400 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-06-21 08:51:21 -0400 |
commit | c4c14365853f192ceb6e11b4cd6de55ef209744d (patch) | |
tree | 5bd834c03058fec2c3a347aaf0e5532a271ced9e | |
parent | 08332893e37af6ae779367e78e444f8f9571511d (diff) |
arm64: marvell: enable the Armada 7K/8K pinctrl driver
This commit makes sure the drivers for the Armada 7K/8K pin controllers
are enabled.
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
-rw-r--r-- | arch/arm64/Kconfig.platforms | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 73272f43ca01..bb064c42e74c 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms | |||
@@ -113,6 +113,8 @@ config ARCH_MVEBU | |||
113 | select OF_GPIO | 113 | select OF_GPIO |
114 | select PINCTRL | 114 | select PINCTRL |
115 | select PINCTRL_ARMADA_37XX | 115 | select PINCTRL_ARMADA_37XX |
116 | select PINCTRL_ARMADA_AP806 | ||
117 | select PINCTRL_ARMADA_CP110 | ||
116 | help | 118 | help |
117 | This enables support for Marvell EBU familly, including: | 119 | This enables support for Marvell EBU familly, including: |
118 | - Armada 3700 SoC Family | 120 | - Armada 3700 SoC Family |