]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
net: Fix alphabetical ordering in drivers/net/Kconfig
authorJulien Stephan <jstephan@baylibre.com>
Wed, 29 Apr 2026 13:58:57 +0000 (15:58 +0200)
committerDavid Lechner <dlechner@baylibre.com>
Wed, 10 Jun 2026 20:13:56 +0000 (15:13 -0500)
Reorder entries under DWC_ETH_QOS to maintain alphabetical sorting by
CONFIG_ names:
- Move CONFIG_DWC_ETH_QOS_QCOM before CONFIG_DWC_ETH_QOS_ROCKCHIP
- Move CONFIG_DWC_ETH_QOS_STARFIVE after CONFIG_DWC_ETH_QOS_ROCKCHIP

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Link: https://patch.msgid.link/20260429-add-ethernet-support-for-genio-520-720-v4-4-be54e17239b7@baylibre.com
Signed-off-by: David Lechner <dlechner@baylibre.com>
drivers/net/Kconfig

index f2e838b84de166481953942994936ef85a5f53c8..4fc7552d19d707a607a428245e7631c57d935eb9 100644 (file)
@@ -246,6 +246,13 @@ config DWC_ETH_QOS_INTEL
          The Synopsys Designware Ethernet QOS IP block with the specific
          configuration used in the Intel Elkhart-Lake soc.
 
+config DWC_ETH_QOS_QCOM
+       bool "Synopsys DWC Ethernet QOS device support for Qcom SoCs"
+       depends on DWC_ETH_QOS
+       help
+         The Synopsys Designware Ethernet QOS IP block with specific
+         configuration used in Qcom QCS404 SoC.
+
 config DWC_ETH_QOS_ROCKCHIP
        bool "Synopsys DWC Ethernet QOS device support for Rockchip SoCs"
        depends on DWC_ETH_QOS && ARCH_ROCKCHIP
@@ -254,6 +261,13 @@ config DWC_ETH_QOS_ROCKCHIP
          The Synopsys Designware Ethernet QOS IP block with specific
          configuration used in Rockchip SoCs.
 
+config DWC_ETH_QOS_STARFIVE
+       bool "Synopsys DWC Ethernet QOS device support for STARFIVE"
+       depends on DWC_ETH_QOS
+       help
+         The Synopsys Designware Ethernet QOS IP block with specific
+         configuration used in STARFIVE  JH7110 soc.
+
 config DWC_ETH_QOS_STM32
        bool "Synopsys DWC Ethernet QOS device support for STM32"
        depends on DWC_ETH_QOS && ARCH_STM32MP
@@ -271,20 +285,6 @@ config DWC_ETH_QOS_TEGRA186
          The Synopsys Designware Ethernet QOS IP block with specific
          configuration used in NVIDIA's Tegra186 chip.
 
-config DWC_ETH_QOS_QCOM
-       bool "Synopsys DWC Ethernet QOS device support for Qcom SoCs"
-       depends on DWC_ETH_QOS
-       help
-         The Synopsys Designware Ethernet QOS IP block with specific
-         configuration used in Qcom QCS404 SoC.
-
-config DWC_ETH_QOS_STARFIVE
-       bool "Synopsys DWC Ethernet QOS device support for STARFIVE"
-       depends on DWC_ETH_QOS
-       help
-         The Synopsys Designware Ethernet QOS IP block with specific
-         configuration used in STARFIVE  JH7110 soc.
-
 config E1000
        bool "Intel PRO/1000 Gigabit Ethernet support"
        depends on PCI