[PATCH v5 5/5] arm64: configs: Update defconfig for AST2700 platform support

Ryan Chen posted 5 patches 1 month ago
[PATCH v5 5/5] arm64: configs: Update defconfig for AST2700 platform support
Posted by Ryan Chen 1 month ago
Enable options for ASPEED AST2700 SoC.

Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 58f87d09366c..321a7dbccff8 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_AXIADO=y
 CONFIG_ARCH_BCM=y
 CONFIG_ARCH_BCM2835=y
-- 
2.34.1
Re: [PATCH v5 5/5] arm64: configs: Update defconfig for AST2700 platform support
Posted by Krzysztof Kozlowski 1 month ago
On 01/09/2025 05:13, Ryan Chen wrote:
> Enable options for ASPEED AST2700 SoC.
> 
> Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com>
> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof