diff options
author | Daniel Danzberger <[email protected]> | 2024-03-09 10:32:17 +0100 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2024-05-10 15:56:33 +0200 |
commit | 78b08cf6313061499948126aebdf00e1079e4d21 (patch) | |
tree | 8ea37a0b5d86f390c6c6f3c2490b20c88e829e3d | |
parent | 93b24002d4b65c59c770b0a5ddaa13863759bcdb (diff) |
arm64: defconfig: enable Airoha platform
Enables the ARCH_AIROHA config by default.
Signed-off-by: Daniel Danzberger <[email protected]>
Signed-off-by: Lorenzo Bianconi <[email protected]>
Link: https://lore.kernel.org/r/65737ca5506371ef84c3a055e68d280f314e3b41.1709975956.git.lorenzo@kernel.org
Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 14d3182e5195..d35150a979d4 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -34,6 +34,7 @@ CONFIG_KEXEC=y CONFIG_KEXEC_FILE=y CONFIG_CRASH_DUMP=y CONFIG_ARCH_ACTIONS=y +CONFIG_ARCH_AIROHA=y CONFIG_ARCH_SUNXI=y CONFIG_ARCH_ALPINE=y CONFIG_ARCH_APPLE=y |