]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: mach-k3: Kconfig: Introduce a symbol to indicate J7200
authorNishanth Menon <nm@ti.com>
Sat, 4 Nov 2023 07:21:44 +0000 (02:21 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 22 Nov 2023 17:04:14 +0000 (12:04 -0500)
J7200 shares quite a few characteristics with J721E. However a few sets
are different. Introduce a Kconfig to differentiate the two to allow for
new boards to be introduced in a seamless manner.

Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm/mach-k3/Kconfig

index c95a41959a23525325e6a9a001870b7d238cbac6..03898424c9546dd16017173ec604103151b226a3 100644 (file)
@@ -24,6 +24,11 @@ config SOC_K3_AM62A7
 
 endchoice
 
+if SOC_K3_J721E
+config SOC_K3_J721E_J7200
+       bool "TI's K3 based J7200 SoC variant Family Support"
+endif
+
 config SYS_SOC
        default "k3"