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

Ryan Chen posted 5 patches 4 months ago
[PATCH v0 5/5] arm64: configs: Update defconfig for AST2700 platform support
Posted by Ryan Chen 4 months 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 897fc686e6a9..c9d90aa07e59 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
-- 
2.34.1
Re: [PATCH v0 5/5] arm64: configs: Update defconfig for AST2700 platform support
Posted by Krzysztof Kozlowski 4 months ago
On 12/06/2025 12:09, Ryan Chen wrote:
> - Enable options for ASPEED AST2700 SoC.

Why is this "-"? Is this a patch format?

Look at other commits to this file. You can use `git log -- PATH` to
understand how people write commits.

Best regards,
Krzysztof