diff options
author | Stefan Roese <sr@denx.de> | 2017-05-09 13:35:44 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2017-05-31 07:33:50 +0200 |
commit | 8dd082a7e65adf342ee24a0d76791759410907ab (patch) | |
tree | 0c5ad477b5d19ff577a51a2b1f31cf5347c6593f /configs/mvebu_mcbin-88f8040_defconfig | |
parent | d2d92bd71cfc78802e7af7585a3ef0f57bd99b24 (diff) | |
download | u-boot-8dd082a7e65adf342ee24a0d76791759410907ab.tar.gz |
pinctrl: mvebu: Enable support for the Armada 37xx pinctrl driver
To enable support for the Armada 37xx pinctrl driver, we need to
change the Kconfig symbol for the Armada 7k/8k pinctrl driver and its
dependencies to distinguish between both platforms and drivers.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Konstantin Porotchkin <kostap@marvell.com>
Cc: Nadav Haklai <nadavh@marvell.com>
Diffstat (limited to 'configs/mvebu_mcbin-88f8040_defconfig')
-rw-r--r-- | configs/mvebu_mcbin-88f8040_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mvebu_mcbin-88f8040_defconfig b/configs/mvebu_mcbin-88f8040_defconfig index 72549201d1..4a7c5927f4 100644 --- a/configs/mvebu_mcbin-88f8040_defconfig +++ b/configs/mvebu_mcbin-88f8040_defconfig @@ -57,6 +57,7 @@ CONFIG_DM_PCI=y CONFIG_PCIE_DW_MVEBU=y CONFIG_MVEBU_COMPHY_SUPPORT=y CONFIG_PINCTRL=y +CONFIG_PINCTRL_ARMADA_8K=y CONFIG_DM_REGULATOR_FIXED=y # CONFIG_SPL_SERIAL_PRESENT is not set CONFIG_DEBUG_UART=y |