From: Mihaela Martinas Date: Wed, 16 Oct 2019 12:48:24 +0000 (+0300) Subject: arm64: Introduce config for S32 X-Git-Tag: v5.15~4959^2~2^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d4e0158c1db518a3a0c4ada5b5a2b1539ce5643;p=platform%2Fkernel%2Flinux-starfive.git arm64: Introduce config for S32 Add configuration option for the NXP S32 platform family in Kconfig.platforms. For starters, the only SoC supported will be Treerunner (S32V234), with a single execution target: the S32V234-EVB (rev 29288) board. Signed-off-by: Mihaela Martinas Signed-off-by: Stoica Cosmin-Stefan Signed-off-by: Stefan-Gabriel Mirea Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 16d7614..17f1c34e 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -212,6 +212,11 @@ config ARCH_ROCKCHIP This enables support for the ARMv8 based Rockchip chipsets, like the RK3368. +config ARCH_S32 + bool "NXP S32 SoC Family" + help + This enables support for the NXP S32 family of processors. + config ARCH_SEATTLE bool "AMD Seattle SoC Family" help