soc: ti: Add Support for AM654 SoC config option
authorNishanth Menon <nm@ti.com>
Tue, 26 Jun 2018 16:26:14 +0000 (11:26 -0500)
committerTony Lindgren <tony@atomide.com>
Wed, 18 Jul 2018 18:48:36 +0000 (11:48 -0700)
Add option to build AM6 SoC specific components

Reviewed-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Benjamin Fair <b-fair@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/soc/ti/Kconfig

index 92770d8..be4570b 100644 (file)
@@ -1,3 +1,17 @@
+# 64-bit ARM SoCs from TI
+if ARM64
+
+if ARCH_K3
+
+config ARCH_K3_AM6_SOC
+       bool "K3 AM6 SoC"
+       help
+         Enable support for TI's AM6 SoC Family support
+
+endif
+
+endif
+
 #
 # TI SOC drivers
 #