summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig.platforms
diff options
context:
space:
mode:
authorNishanth Menon2018-06-26 18:26:12 +0200
committerTony Lindgren2018-07-18 20:48:36 +0200
commitc77245722fb47e45db22f053d449c030d3038dde (patch)
tree87accef14db5e711be352fedbe93982b9e5deffa /arch/arm64/Kconfig.platforms
parentdt-bindings: arm: ti: Add bindings for AM654 SoC (diff)
downloadkernel-qcow2-linux-c77245722fb47e45db22f053d449c030d3038dde.tar.gz
kernel-qcow2-linux-c77245722fb47e45db22f053d449c030d3038dde.tar.xz
kernel-qcow2-linux-c77245722fb47e45db22f053d449c030d3038dde.zip
arm64: Add support for TI's K3 Multicore SoC architecture
Add support for Texas Instrument's K3 Multicore SoC architecture processors. Reviewed-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r--arch/arm64/Kconfig.platforms7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index d5aeac351fc3..52df25bf4f8c 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -71,6 +71,13 @@ config ARCH_EXYNOS
help
This enables support for ARMv8 based Samsung Exynos SoC family.
+config ARCH_K3
+ bool "Texas Instruments Inc. K3 multicore SoC architecture"
+ select PM_GENERIC_DOMAINS if PM
+ help
+ This enables support for Texas Instruments' K3 multicore SoC
+ architecture.
+
config ARCH_LAYERSCAPE
bool "ARMv8 based Freescale Layerscape SoC family"
select EDAC_SUPPORT