[PATCH v4 3/6] arm64: Kconfig: add ARCH_CIX for cix silicons
Peter Chen
peter.chen at cixtech.com
Tue Mar 4 21:38:20 PST 2025
From: Fugang Duan <fugang.duan at cixtech.com>
Add ARCH_CIX for CIX SoC series support.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
Signed-off-by: Fugang Duan <fugang.duan at cixtech.com>
Signed-off-by: Peter Chen <peter.chen at cixtech.com>
---
Changes for v4:
- Add Krzysztof Kozlowski's Reviewed-by Tag
arch/arm64/Kconfig.platforms | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 02f9248f7c84..abe41db9b9b3 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -106,6 +106,12 @@ config ARCH_BLAIZE
help
This enables support for the Blaize SoC family
+config ARCH_CIX
+ bool "Cixtech SoC family"
+ help
+ This enables support for the Cixtech SoC family,
+ like P1(sky1).
+
config ARCH_EXYNOS
bool "Samsung Exynos SoC family"
select COMMON_CLK_SAMSUNG
--
2.25.1
More information about the linux-arm-kernel
mailing list