summaryrefslogtreecommitdiff
path: root/arch/arm64/Kconfig.platforms
diff options
context:
space:
mode:
authorStoica Cosmin-Stefan <cosmin.stoica@nxp.com>2015-06-08 18:55:18 +0300
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:28:53 +0800
commit457bcf4d5d802c2b4076e58a18dabff31cce763c (patch)
treee614739eb7240333a1d51e2320decc7662d6bb59 /arch/arm64/Kconfig.platforms
parent46fe72556efe672c53fd593c44036550a91ce0c3 (diff)
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 <cosmin.stoica@nxp.com> Signed-off-by: Larisa Grigore <Larisa.Grigore@nxp.com> Signed-off-by: Stefan-Gabriel Mirea <stefan-gabriel.mirea@nxp.com>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r--arch/arm64/Kconfig.platforms1
1 files changed, 1 insertions, 0 deletions
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.