From: Nishanth Menon Date: Sat, 4 Nov 2023 07:21:44 +0000 (-0500) Subject: arm: mach-k3: Kconfig: Introduce a symbol to indicate J7200 X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=97bf082c9f8ff106cf238b1a3c4190944c3e920f;p=u-boot.git arm: mach-k3: Kconfig: Introduce a symbol to indicate J7200 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 --- diff --git a/arch/arm/mach-k3/Kconfig b/arch/arm/mach-k3/Kconfig index c95a41959a..03898424c9 100644 --- a/arch/arm/mach-k3/Kconfig +++ b/arch/arm/mach-k3/Kconfig @@ -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"