diff options
| author | Konstantin Porotchkin <[email protected]> | 2016-12-04 18:34:15 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2016-12-12 09:05:45 +0100 |
| commit | a20b7a2a53d3ac668d1ed25b06cd6d15ca41f2a9 (patch) | |
| tree | f5881d2930732406b00b810e6f175bcc710298de | |
| parent | 1d136726f736c1d288aefc292a09287b92ebf0cf (diff) | |
arm64: mvebu: Enable hush parser in A8K default configuration
Enable hush parser in Armada-7040 and Armada-8040 DB default
configurations.
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 d9de2521a50..a2bb97a9bab 100644 --- a/configs/mvebu_db-88f7040_defconfig +++ b/configs/mvebu_db-88f7040_defconfig @@ -55,3 +55,4 @@ CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y CONFIG_SMBIOS_MANUFACTURER="" CONFIG_PINCTRL=y +CONFIG_HUSH_PARSER=y diff --git a/configs/mvebu_db-88f8040_defconfig b/configs/mvebu_db-88f8040_defconfig index 5d5be64d8d4..1e92e9fa5b6 100644 --- a/configs/mvebu_db-88f8040_defconfig +++ b/configs/mvebu_db-88f8040_defconfig @@ -55,3 +55,4 @@ CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y CONFIG_SMBIOS_MANUFACTURER="" CONFIG_PINCTRL=y +CONFIG_HUSH_PARSER=y |
