diff options
| author | Konstantin Porotchkin <[email protected]> | 2016-12-08 12:22:32 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2016-12-12 09:04:52 +0100 |
| commit | 81647eaff31a4f2e5a270a5c71da0941b5ed952a (patch) | |
| tree | a61bc2d479f431777c8a216a58ad3a537c05287d | |
| parent | 27bd4b159a3144899b7ffd1efa78ec80b16f8041 (diff) | |
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 <[email protected]>
Cc: Stefan Roese <[email protected]>
Cc: Nadav Haklai <[email protected]>
Cc: Neta Zur Hershkovits <[email protected]>
Cc: Omri Itach <[email protected]>
Cc: Igal Liberman <[email protected]>
Cc: Haim Boot <[email protected]>
Cc: Hanna Hawa <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
| -rw-r--r-- | configs/mvebu_db-88f7040_defconfig | 1 | ||||
| -rw-r--r-- | configs/mvebu_db-88f8040_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/mvebu_db-88f7040_defconfig b/configs/mvebu_db-88f7040_defconfig index ed61f78a764..e3bdda6e40f 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 diff --git a/configs/mvebu_db-88f8040_defconfig b/configs/mvebu_db-88f8040_defconfig index fa2f59799da..5d5be64d8d4 100644 --- a/configs/mvebu_db-88f8040_defconfig +++ b/configs/mvebu_db-88f8040_defconfig @@ -54,3 +54,4 @@ CONFIG_USB_XHCI_HCD=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y CONFIG_SMBIOS_MANUFACTURER="" +CONFIG_PINCTRL=y |
