arm64: Introduce config for S32
authorMihaela Martinas <Mihaela.Martinas@freescale.com>
Wed, 16 Oct 2019 12:48:24 +0000 (15:48 +0300)
committerShawn Guo <shawnguo@kernel.org>
Sat, 26 Oct 2019 13:28:00 +0000 (21:28 +0800)
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 <Mihaela.Martinas@freescale.com>
Signed-off-by: Stoica Cosmin-Stefan <cosmin.stoica@nxp.com>
Signed-off-by: Stefan-Gabriel Mirea <stefan-gabriel.mirea@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/Kconfig.platforms

index 16d7614..17f1c34 100644 (file)
@@ -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