Skip to content

Commit c6e9e3a

Browse files
sverdlininochisa
authored andcommitted
arm64: Add SOPHGO SOC family Kconfig support
First user will be Aarch64 core within SG2000 SoC. Reviewed-by: Chen Wang <unicorn_wang@outlook.com> Reviewed-by: Inochi Amaoto <inochiama@gmail.com> Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com> Link: https://lore.kernel.org/r/20250612132844.767216-6-alexander.sverdlin@gmail.com Signed-off-by: Inochi Amaoto <inochiama@gmail.com> Signed-off-by: Chen Wang <unicorn_wang@outlook.com> Signed-off-by: Chen Wang <wangchen20@iscas.ac.cn>
1 parent aa3f38f commit c6e9e3a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm64/Kconfig.platforms

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,12 @@ config ARCH_INTEL_SOCFPGA
307307
Stratix 10 (ex. Altera), Stratix10 Software Virtual Platform,
308308
Agilex and eASIC N5X.
309309

310+
config ARCH_SOPHGO
311+
bool "Sophgo SoCs"
312+
select ARCH_HAS_RESET_CONTROLLER
313+
help
314+
This enables support for Sophgo SoC platform hardware.
315+
310316
config ARCH_STM32
311317
bool "STMicroelectronics STM32 SoC Family"
312318
select GPIOLIB

0 commit comments

Comments
 (0)