From 699690ba51cff2af19840b4722f6a05b4be087c6 Mon Sep 17 00:00:00 2001 From: Mihaela Martinas Date: Wed, 16 Oct 2019 15:48:24 +0300 Subject: 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 (cherry picked from commit 3d4e0158c1db518a3a0c4ada5b5a2b1539ce5643) --- arch/arm64/Kconfig.platforms | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch/arm64/Kconfig.platforms') diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 16d761475a86..17f1c34ec750 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 -- cgit v1.2.3 From 457bcf4d5d802c2b4076e58a18dabff31cce763c Mon Sep 17 00:00:00 2001 From: Stoica Cosmin-Stefan Date: Mon, 8 Jun 2015 18:55:18 +0300 Subject: clk: Add clk support for S32V234 Add clock framework for Treerunner (S32V234), based on code from the i.MX 3.10.17 codebase[1]. Add clock definitions that are used in the clocks vector (tree). At this point, the only PLL enabled is PERIPH-PLL. [1] https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_3.10.17_1.0.0_ga_caf Signed-off-by: Stoica Cosmin-Stefan Signed-off-by: Larisa Grigore Signed-off-by: Stefan-Gabriel Mirea --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm64/Kconfig.platforms') diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 17f1c34ec750..a94a14bd4e22 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -214,6 +214,7 @@ config ARCH_ROCKCHIP config ARCH_S32 bool "NXP S32 SoC Family" + select ARCH_S32_CLK help This enables support for the NXP S32 family of processors. -- cgit v1.2.3