Align the Kconfig option with the rest of the subsystem, use
CONFIG_UFS_<vendor> format for the Kconfig option.

Signed-off-by: Marek Vasut <[email protected]>
---
Cc: Anshul Dalal <[email protected]>
Cc: Bhupesh Sharma <[email protected]>
Cc: Casey Connolly <[email protected]>
Cc: Igor Belwon <[email protected]>
Cc: Michal Simek <[email protected]>
Cc: Neil Armstrong <[email protected]>
Cc: Varadarajan Narayanan <[email protected]>
Cc: Yoshihiro Shimoda <[email protected]>
Cc: [email protected]
Cc: [email protected]
---
 configs/qcom_defconfig |  2 +-
 drivers/ufs/Kconfig    | 14 +++++++-------
 drivers/ufs/Makefile   |  2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
index 8bdb3cf7c58..0247f5cb08b 100644
--- a/configs/qcom_defconfig
+++ b/configs/qcom_defconfig
@@ -151,7 +151,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
diff --git a/drivers/ufs/Kconfig b/drivers/ufs/Kconfig
index e77b144a470..288d3de824c 100644
--- a/drivers/ufs/Kconfig
+++ b/drivers/ufs/Kconfig
@@ -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
diff --git a/drivers/ufs/Makefile b/drivers/ufs/Makefile
index 656988ef9ad..18ed250d059 100644
--- a/drivers/ufs/Makefile
+++ b/drivers/ufs/Makefile
@@ -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
-- 
2.51.0

Reply via email to