Message ID | 20241212155237.848336-9-kevin_chen@aspeedtech.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | Introduce ASPEED AST27XX BMC SoC | expand |
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c62831e61586..8826068c7c1d 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -38,6 +38,7 @@ CONFIG_ARCH_AIROHA=y CONFIG_ARCH_SUNXI=y CONFIG_ARCH_ALPINE=y CONFIG_ARCH_APPLE=y +CONFIG_ARCH_ASPEED=y CONFIG_ARCH_BCM=y CONFIG_ARCH_BCM2835=y CONFIG_ARCH_BCM_IPROC=y
Enable CONFIG_ARCH_ASPEED in arm64 defconfig. Signed-off-by: Kevin Chen <kevin_chen@aspeedtech.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)