]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ufs: qcom: Rename CONFIG_QCOM_UFS to CONFIG_UFS_QCOM
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 30 Oct 2025 22:35:43 +0000 (23:35 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Tue, 25 Nov 2025 15:38:22 +0000 (16:38 +0100)
Align the Kconfig option with the rest of the subsystem, use
CONFIG_UFS_<vendor> format for the Kconfig option.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Link: https://patch.msgid.link/20251030223626.20005-2-marek.vasut+renesas@mailbox.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
configs/qcom_defconfig
drivers/ufs/Kconfig
drivers/ufs/Makefile

index a56e1282821bb20d8e1ecb42b385274d6a4678cc..a210f4dc5e608a6bc98bebd7c16df6c501879eaf 100644 (file)
@@ -154,7 +154,7 @@ CONFIG_USB_DWC3=y
 CONFIG_USB_DWC3_GENERIC=y
 CONFIG_USB_GADGET=y
 CONFIG_UFS=y
-CONFIG_QCOM_UFS=y
+CONFIG_UFS_QCOM=y
 CONFIG_VIDEO=y
 # CONFIG_VIDEO_FONT_8X16 is not set
 CONFIG_VIDEO_FONT_16X32=y
index e77b144a470111bd2e4bfe5c683353a125536499..288d3de824cb30d4d559dbad6326d2197c6865b7 100644 (file)
@@ -8,13 +8,6 @@ config UFS
          This selects support for Universal Flash Subsystem (UFS).
          Say Y here if you want UFS Support.
 
-config QCOM_UFS
-       bool "Qualcomm Host Controller driver for UFS"
-       depends on UFS && ARCH_SNAPDRAGON
-        help
-         This selects the platform driver for the UFS host
-         controller present on Qualcomm Snapdragon SoCs.
-
 config ROCKCHIP_UFS
        bool "Rockchip specific hooks to UFS controller platform driver"
        depends on UFS
@@ -70,6 +63,13 @@ config UFS_PCI
 
          If unsure, say N.
 
+config UFS_QCOM
+       bool "Qualcomm Host Controller driver for UFS"
+       depends on UFS && ARCH_SNAPDRAGON
+        help
+         This selects the platform driver for the UFS host
+         controller present on Qualcomm Snapdragon SoCs.
+
 config UFS_RENESAS
        bool "Renesas R-Car S4 UFS Controller support"
        depends on UFS
index 656988ef9ad77ad3687fe6193f3bb74245afda6d..18ed250d059908fc5cff7ab2b145362c68b763a6 100644 (file)
@@ -4,12 +4,12 @@
 #
 
 obj-$(CONFIG_UFS) += ufs-uclass.o
-obj-$(CONFIG_QCOM_UFS) += ufs-qcom.o
 obj-$(CONFIG_ROCKCHIP_UFS) += ufs-rockchip.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_CADENCE) += cdns-platform.o
 obj-$(CONFIG_UFS_MEDIATEK) += ufs-mediatek.o
 obj-$(CONFIG_UFS_PCI) += ufs-pci.o
+obj-$(CONFIG_UFS_QCOM) += ufs-qcom.o
 obj-$(CONFIG_UFS_RENESAS) += ufs-renesas.o
 obj-$(CONFIG_UFS_RENESAS_GEN5) += ufs-renesas-rcar-gen5.o