Jelajahi Sumber

soc: ti: Add Support for J721E SoC config option

Add option to build J721E SoC specific components

Signed-off-by: Nishanth Menon <nm@ti.com>
Nishanth Menon 6 tahun lalu
induk
melakukan
59c1b54400
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  1. 5 0
      drivers/soc/ti/Kconfig

+ 5 - 0
drivers/soc/ti/Kconfig

@@ -12,6 +12,11 @@ config ARCH_K3_AM6_SOC
 	help
 	  Enable support for TI's AM6 SoC Family support
 
+config ARCH_K3_J721E_SOC
+	bool "K3 J721E SoC"
+	help
+	  Enable support for TI's J721E SoC Family support
+
 endif
 
 endif