On 10/27/25 18:06, Marek Vasut wrote:
Sort the Makefile and Kconfig lists alphabetically. No functional change.

Signed-off-by: Marek Vasut <[email protected]>
---
Cc: Bhupesh Sharma <[email protected]>
Cc: Casey Connolly <[email protected]>
Cc: Michal Simek <[email protected]>
Cc: Neha Malcom Francis <[email protected]>
Cc: Neil Armstrong <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
Cc: Sumit Garg <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Tuyen Dang <[email protected]>
Cc: Venkatesh Yadav Abbarapu <[email protected]>
Cc: Yoshihiro Shimoda <[email protected]>
Cc: [email protected]
Cc: [email protected]
---
  drivers/ufs/Kconfig  | 38 +++++++++++++++++++-------------------
  drivers/ufs/Makefile |  2 +-
  2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/drivers/ufs/Kconfig b/drivers/ufs/Kconfig
index b08ca08b07c..b466374fe40 100644
--- a/drivers/ufs/Kconfig
+++ b/drivers/ufs/Kconfig
@@ -15,17 +15,6 @@ config CADENCE_UFS
          This selects the platform driver for the Cadence UFS host
          controller present on present TI's J721e devices.
-config UFS_PCI
-       bool "PCI bus based UFS Controller support"
-       depends on PCI && UFS
-       help
-         This selects the PCI UFS Host Controller Interface. Select this if
-         you have UFS Host Controller with PCI Interface.
-
-         If you have a controller with this interface, say Y here.
-
-         If unsure, say N.
-
  config QCOM_UFS
        bool "Qualcomm Host Controller driver for UFS"
        depends on UFS && ARCH_SNAPDRAGON
@@ -39,6 +28,25 @@ config TI_J721E_UFS
          This selects the glue layer driver for Cadence controller
          present on TI's J721E devices.
+config UFS_AMD_VERSAL2
+       bool "AMD Versal Gen 2 UFS controller platform driver"
+       depends on UFS && ZYNQMP_FIRMWARE
+       help
+         This selects the AMD specific additions to UFSHCD platform driver.
+         UFS host on AMD needs some vendor specific configuration before 
accessing
+         the hardware.
+
+config UFS_PCI
+       bool "PCI bus based UFS Controller support"
+       depends on PCI && UFS
+       help
+         This selects the PCI UFS Host Controller Interface. Select this if
+         you have UFS Host Controller with PCI Interface.
+
+         If you have a controller with this interface, say Y here.
+
+         If unsure, say N.
+
  config UFS_RENESAS
        bool "Renesas specific hooks to UFS controller platform driver"
        depends on UFS
@@ -48,12 +56,4 @@ config UFS_RENESAS
          UFS host on Renesas needs some vendor specific configuration before
          accessing the hardware.
-config UFS_AMD_VERSAL2
-       bool "AMD Versal Gen 2 UFS controller platform driver"
-       depends on UFS && ZYNQMP_FIRMWARE
-       help
-         This selects the AMD specific additions to UFSHCD platform driver.
-         UFS host on AMD needs some vendor specific configuration before 
accessing
-         the hardware.
-
  endmenu
diff --git a/drivers/ufs/Makefile b/drivers/ufs/Makefile
index 2a378e45111..548306fb99e 100644
--- a/drivers/ufs/Makefile
+++ b/drivers/ufs/Makefile
@@ -7,6 +7,6 @@ obj-$(CONFIG_UFS) += ufs.o ufs-uclass.o
  obj-$(CONFIG_CADENCE_UFS) += cdns-platform.o
  obj-$(CONFIG_QCOM_UFS) += ufs-qcom.o
  obj-$(CONFIG_TI_J721E_UFS) += ti-j721e-ufs.o
+obj-$(CONFIG_UFS_AMD_VERSAL2) += ufs-amd-versal2.o ufshcd-dwc.o
  obj-$(CONFIG_UFS_PCI) += ufs-pci.o
  obj-$(CONFIG_UFS_RENESAS) += ufs-renesas.o
-obj-$(CONFIG_UFS_AMD_VERSAL2) += ufs-amd-versal2.o ufshcd-dwc.o

Reviewed-by: Neil Armstrong <[email protected]>

Reply via email to