Message ID | 20180605060125.9518-3-nm@ti.com |
---|---|
State | Accepted |
Commit | c77245722fb47e45db22f053d449c030d3038dde |
Headers | show |
Series | [RFC,1/6] Documentation: arm: ti: Add bindings for AM654 SoC | expand |
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
Add support for Texas Instrument's K3 Multicore SoC architecture processors. Signed-off-by: Nishanth Menon <nm@ti.com> --- arch/arm64/Kconfig.platforms | 7 +++++++ 1 file changed, 7 insertions(+) -- 2.15.1 -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html