diff options
author | Konstantin Porotchkin <kostap@marvell.com> | 2016-12-08 10:22:32 (GMT) |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2016-12-12 08:04:52 (GMT) |
commit | 81647eaff31a4f2e5a270a5c71da0941b5ed952a (patch) | |
tree | a61bc2d479f431777c8a216a58ad3a537c05287d /configs/mvebu_db-88f7040_defconfig | |
parent | 27bd4b159a3144899b7ffd1efa78ec80b16f8041 (diff) | |
download | u-boot-81647eaff31a4f2e5a270a5c71da0941b5ed952a.tar.xz |
arm64: mvebu: Enable pin control support in A8K default config
Enable mvebu pin control support in the default configuration
files for Armada-7040 and Armada-8040 development boards
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Nadav Haklai <nadavh@marvell.com>
Cc: Neta Zur Hershkovits <neta@marvell.com>
Cc: Omri Itach <omrii@marvell.com>
Cc: Igal Liberman <igall@marvell.com>
Cc: Haim Boot <hayim@marvell.com>
Cc: Hanna Hawa <hannah@marvell.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/mvebu_db-88f7040_defconfig')
-rw-r--r-- | configs/mvebu_db-88f7040_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mvebu_db-88f7040_defconfig b/configs/mvebu_db-88f7040_defconfig index ed61f78..e3bdda6 100644 --- a/configs/mvebu_db-88f7040_defconfig +++ b/configs/mvebu_db-88f7040_defconfig @@ -51,3 +51,4 @@ CONFIG_USB_XHCI_HCD=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y CONFIG_SMBIOS_MANUFACTURER="" +CONFIG_PINCTRL=y |