Message ID | 20250220084020.628704-5-peter.chen@cixtech.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | arm64: Introduce CIX P1 (SKY1) SoC | expand |
On 20/02/2025 09:40, Peter Chen wrote: > From: Fugang Duan <fugang.duan@cixtech.com> > > Add ARCH_CIX for CIX SoC series support. > > Signed-off-by: Fugang Duan <fugang.duan@cixtech.com> > Signed-off-by: Peter Chen <peter.chen@cixtech.com> > --- > arch/arm64/Kconfig.platforms | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms > index 02f9248f7c84..977b61894cbc 100644 > --- a/arch/arm64/Kconfig.platforms > +++ b/arch/arm64/Kconfig.platforms > @@ -399,4 +399,10 @@ config ARCH_ZYNQMP > help > This enables support for Xilinx ZynqMP Family > > +config ARCH_CIX C is not after Z... keep sane order. Best regards, Krzysztof
On 25-02-20 13:18:38, Krzysztof Kozlowski wrote: > On 20/02/2025 09:40, Peter Chen wrote: > > From: Fugang Duan <fugang.duan@cixtech.com> > > > > Add ARCH_CIX for CIX SoC series support. > > > > Signed-off-by: Fugang Duan <fugang.duan@cixtech.com> > > Signed-off-by: Peter Chen <peter.chen@cixtech.com> > > --- > > arch/arm64/Kconfig.platforms | 6 ++++++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms > > index 02f9248f7c84..977b61894cbc 100644 > > --- a/arch/arm64/Kconfig.platforms > > +++ b/arch/arm64/Kconfig.platforms > > @@ -399,4 +399,10 @@ config ARCH_ZYNQMP > > help > > This enables support for Xilinx ZynqMP Family > > > > +config ARCH_CIX > C is not after Z... keep sane order. > Will change, thanks. Regards, Peter
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 02f9248f7c84..977b61894cbc 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -399,4 +399,10 @@ config ARCH_ZYNQMP help This enables support for Xilinx ZynqMP Family +config ARCH_CIX + bool "Cixtech SoC family" + help + This enables support for the Cixtech SoC family, + like P1(sky1). + endmenu # "Platform selection"