diff options
| author | Apurva Nandan <[email protected]> | 2024-02-24 01:51:40 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-03-04 13:41:03 -0500 |
| commit | 013b3e0ed09f2b2bf5d33f475f2cb89c8e208cdf (patch) | |
| tree | 913e8310f142d9d47f471d34fd2009599c0fe625 | |
| parent | 3ba443abdb4019d7f5adc179ef7016be7778f73d (diff) | |
arm: mach-k3: Kconfig: Sort SOC_K3 config entries
Sort SOC_K3 config entries in alphabetical order
for clean up.
Signed-off-by: Apurva Nandan <[email protected]>
Reviewed-by: Roger Quadros <[email protected]>
Tested-by: Marcel Ziswiler <[email protected]> # AM69-SK
| -rw-r--r-- | arch/arm/mach-k3/Kconfig | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/arm/mach-k3/Kconfig b/arch/arm/mach-k3/Kconfig index 03898424c95..f0ed5c61282 100644 --- a/arch/arm/mach-k3/Kconfig +++ b/arch/arm/mach-k3/Kconfig @@ -4,6 +4,15 @@ choice prompt "Texas Instruments' K3 based SoC select" optional +config SOC_K3_AM625 + bool "TI's K3 based AM625 SoC Family Support" + +config SOC_K3_AM62A7 + bool "TI's K3 based AM62A7 SoC Family Support" + +config SOC_K3_AM642 + bool "TI's K3 based AM642 SoC Family Support" + config SOC_K3_AM654 bool "TI's K3 based AM654 SoC Family Support" @@ -13,15 +22,6 @@ config SOC_K3_J721E config SOC_K3_J721S2 bool "TI's K3 based J721S2 SoC Family Support" -config SOC_K3_AM642 - bool "TI's K3 based AM642 SoC Family Support" - -config SOC_K3_AM625 - bool "TI's K3 based AM625 SoC Family Support" - -config SOC_K3_AM62A7 - bool "TI's K3 based AM62A7 SoC Family Support" - endchoice if SOC_K3_J721E |
