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 <[email protected]> Reviewed-by: Inochi Amaoto <[email protected]> Signed-off-by: Alexander Sverdlin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Inochi Amaoto <[email protected]> Signed-off-by: Chen Wang <[email protected]> Signed-off-by: Chen Wang <[email protected]>
1 parent aa3f38f commit c6e9e3a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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)