diff options
| author | Nishanth Menon <[email protected]> | 2023-11-04 02:21:44 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-22 12:04:14 -0500 |
| commit | 97bf082c9f8ff106cf238b1a3c4190944c3e920f (patch) | |
| tree | 639190d057c37ec615586e1b6365839d239227dd | |
| parent | 7b15bf75feb95b0ecfef49f4b191488eac29fb4b (diff) | |
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 <[email protected]>
| -rw-r--r-- | arch/arm/mach-k3/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/Kconfig b/arch/arm/mach-k3/Kconfig index c95a41959a2..03898424c95 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" |
