diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-06-12 18:34:55 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-06-21 15:51:21 +0300 |
commit | c4c14365853f192ceb6e11b4cd6de55ef209744d (patch) | |
tree | 5bd834c03058fec2c3a347aaf0e5532a271ced9e /arch/arm64/Kconfig.platforms | |
parent | 08332893e37af6ae779367e78e444f8f9571511d (diff) | |
download | linux-c4c14365853f192ceb6e11b4cd6de55ef209744d.tar.xz |
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>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-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 select OF_GPIO select PINCTRL select PINCTRL_ARMADA_37XX + select PINCTRL_ARMADA_AP806 + select PINCTRL_ARMADA_CP110 help This enables support for Marvell EBU familly, including: - Armada 3700 SoC Family |