ソースを参照

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>
Nishanth Menon 7 年 前
コミット
c77245722f
1 ファイル変更7 行追加0 行削除
  1. 7 0
      arch/arm64/Kconfig.platforms

+ 7 - 0
arch/arm64/Kconfig.platforms

@@ -71,6 +71,13 @@ config ARCH_EXYNOS
 	help
 	help
 	  This enables support for ARMv8 based Samsung Exynos SoC family.
 	  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
 config ARCH_LAYERSCAPE
 	bool "ARMv8 based Freescale Layerscape SoC family"
 	bool "ARMv8 based Freescale Layerscape SoC family"
 	select EDAC_SUPPORT
 	select EDAC_SUPPORT