[PATCH v4 3/6] arm64: Kconfig: add ARCH_CIX for cix silicons

From: Peter Chen
Date: Wed Mar 05 2025 - 00:39:00 EST


From: Fugang Duan <fugang.duan@xxxxxxxxxxx>

Add ARCH_CIX for CIX SoC series support.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
Signed-off-by: Fugang Duan <fugang.duan@xxxxxxxxxxx>
Signed-off-by: Peter Chen <peter.chen@xxxxxxxxxxx>
---
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