]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: mach-k3: Kconfig: Sort SOC_K3 config entries
authorApurva Nandan <a-nandan@ti.com>
Fri, 23 Feb 2024 20:21:40 +0000 (01:51 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 4 Mar 2024 18:41:03 +0000 (13:41 -0500)
Sort SOC_K3 config entries in alphabetical order
for clean up.

Signed-off-by: Apurva Nandan <a-nandan@ti.com>
Reviewed-by: Roger Quadros <rogerq@kernel.org>
Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> # AM69-SK
arch/arm/mach-k3/Kconfig

index 03898424c9546dd16017173ec604103151b226a3..f0ed5c61282d13d4ccce62559069d3a05eb0ea73 100644 (file)
@@ -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