diff options
| author | John Crispin <[email protected]> | 2022-01-30 15:51:07 +0100 |
|---|---|---|
| committer | Matthias Brugger <[email protected]> | 2022-03-01 09:08:31 +0100 |
| commit | b5d8378ff0baa69e6ee857dcb7548c10bf16d64e (patch) | |
| tree | 4eacc2750f779b38733d3b126bf7cc9e4b160c1e | |
| parent | 5243fc3f7395985ce06af0500c94b50a21191716 (diff) | |
ARM: multi_v7_defconfig: Add support for Airoha EN7523 SoC
This enables basic bootup support for the Airoha EN7523 SoC.
Signed-off-by: John Crispin <[email protected]>
Signed-off-by: Felix Fietkau <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
| -rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 8863fa969ede..557fb4e3a058 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -32,6 +32,7 @@ CONFIG_MACH_BERLIN_BG2=y CONFIG_MACH_BERLIN_BG2CD=y CONFIG_MACH_BERLIN_BG2Q=y CONFIG_ARCH_DIGICOLOR=y +CONFIG_ARCH_AIROHA=y CONFIG_ARCH_EXYNOS=y CONFIG_ARCH_HIGHBANK=y CONFIG_ARCH_HISI=y |