[PATCH 3/4] ufs: rockchip: Rename CONFIG_ROCKCHIP_UFS to CONFIG_UFS_ROCKCHIP
Marek Vasut
marek.vasut+renesas at mailbox.org
Thu Oct 30 23:35:44 CET 2025
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 at mailbox.org>
---
Cc: Anshul Dalal <anshuld at ti.com>
Cc: Bhupesh Sharma <bhupesh.linux at gmail.com>
Cc: Casey Connolly <casey.connolly at linaro.org>
Cc: Igor Belwon <igor.belwon at mentallysanemainliners.org>
Cc: Michal Simek <michal.simek at amd.com>
Cc: Neil Armstrong <neil.armstrong at linaro.org>
Cc: Varadarajan Narayanan <quic_varada at quicinc.com>
Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh at renesas.com>
Cc: u-boot-qcom at groups.io
Cc: u-boot at lists.denx.de
---
drivers/ufs/Kconfig | 18 +++++++++---------
drivers/ufs/Makefile | 2 +-
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/drivers/ufs/Kconfig b/drivers/ufs/Kconfig
index 288d3de824c..e9e570cddc7 100644
--- a/drivers/ufs/Kconfig
+++ b/drivers/ufs/Kconfig
@@ -8,15 +8,6 @@ config UFS
This selects support for Universal Flash Subsystem (UFS).
Say Y here if you want UFS Support.
-config ROCKCHIP_UFS
- bool "Rockchip specific hooks to UFS controller platform driver"
- depends on UFS
- help
- This selects the Rockchip specific additions to UFSHCD platform driver.
-
- Select this if you have UFS controller on Rockchip chipset.
- If unsure, say N.
-
config TI_J721E_UFS
bool "Glue Layer driver for UFS on TI J721E devices"
help
@@ -88,4 +79,13 @@ config UFS_RENESAS_GEN5
platform driver. UFS host on Renesas needs some vendor
specific configuration before accessing the hardware.
+config UFS_ROCKCHIP
+ bool "Rockchip specific hooks to UFS controller platform driver"
+ depends on UFS
+ help
+ This selects the Rockchip specific additions to UFSHCD platform driver.
+
+ Select this if you have UFS controller on Rockchip chipset.
+ If unsure, say N.
+
endmenu
diff --git a/drivers/ufs/Makefile b/drivers/ufs/Makefile
index 18ed250d059..0358075435f 100644
--- a/drivers/ufs/Makefile
+++ b/drivers/ufs/Makefile
@@ -4,7 +4,6 @@
#
obj-$(CONFIG_UFS) += ufs-uclass.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
@@ -13,3 +12,4 @@ 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
+obj-$(CONFIG_UFS_ROCKCHIP) += ufs-rockchip.o
--
2.51.0
More information about the U-Boot
mailing list