mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02:00
ufs: cadence: Rename CONFIG_CADENCE_UFS to CONFIG_UFS_CADENCE
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-1-marek.vasut+renesas@mailbox.org Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
parent
4a4871e3dc
commit
f8d245f369
@ -7,7 +7,7 @@ CONFIG_TARGET_J784S4_A72_EVM=y
|
||||
|
||||
CONFIG_CMD_UFS=n
|
||||
CONFIG_UFS=n
|
||||
CONFIG_CADENCE_UFS=n
|
||||
CONFIG_UFS_CADENCE=n
|
||||
CONFIG_TI_J721E_UFS=n
|
||||
|
||||
CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am69-sk"
|
||||
|
||||
@ -196,5 +196,5 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0451
|
||||
CONFIG_USB_GADGET_PRODUCT_NUM=0x6164
|
||||
CONFIG_SPL_DFU=y
|
||||
CONFIG_UFS=y
|
||||
CONFIG_CADENCE_UFS=y
|
||||
CONFIG_UFS_CADENCE=y
|
||||
CONFIG_TI_J721E_UFS=y
|
||||
|
||||
@ -201,7 +201,7 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0451
|
||||
CONFIG_USB_GADGET_PRODUCT_NUM=0x6163
|
||||
CONFIG_SPL_DFU=y
|
||||
CONFIG_UFS=y
|
||||
CONFIG_CADENCE_UFS=y
|
||||
CONFIG_UFS_CADENCE=y
|
||||
CONFIG_TI_J721E_UFS=y
|
||||
CONFIG_EFI_SET_TIME=y
|
||||
CONFIG_TI_COMMON_CMD_OPTIONS=y
|
||||
|
||||
@ -188,5 +188,5 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0451
|
||||
CONFIG_USB_GADGET_PRODUCT_NUM=0x6168
|
||||
CONFIG_SPL_DFU=y
|
||||
CONFIG_UFS=y
|
||||
CONFIG_CADENCE_UFS=y
|
||||
CONFIG_UFS_CADENCE=y
|
||||
CONFIG_TI_J721E_UFS=y
|
||||
|
||||
@ -173,7 +173,7 @@ CONFIG_USB_GADGET_DOWNLOAD=y
|
||||
CONFIG_SPL_DFU=y
|
||||
CONFIG_CMD_UFS=y
|
||||
CONFIG_UFS=y
|
||||
CONFIG_CADENCE_UFS=y
|
||||
CONFIG_UFS_CADENCE=y
|
||||
CONFIG_TI_J721E_UFS=y
|
||||
|
||||
#include <configs/k3_efi_capsule.config>
|
||||
|
||||
@ -8,13 +8,6 @@ config UFS
|
||||
This selects support for Universal Flash Subsystem (UFS).
|
||||
Say Y here if you want UFS Support.
|
||||
|
||||
config CADENCE_UFS
|
||||
bool "Cadence platform driver for UFS"
|
||||
depends on UFS
|
||||
help
|
||||
This selects the platform driver for the Cadence UFS host
|
||||
controller present on present TI's J721e devices.
|
||||
|
||||
config QCOM_UFS
|
||||
bool "Qualcomm Host Controller driver for UFS"
|
||||
depends on UFS && ARCH_SNAPDRAGON
|
||||
@ -45,6 +38,13 @@ config UFS_AMD_VERSAL2
|
||||
UFS host on AMD needs some vendor specific configuration before accessing
|
||||
the hardware.
|
||||
|
||||
config UFS_CADENCE
|
||||
bool "Cadence platform driver for UFS"
|
||||
depends on UFS
|
||||
help
|
||||
This selects the platform driver for the Cadence UFS host
|
||||
controller present on present TI's J721e devices.
|
||||
|
||||
config UFS_MEDIATEK
|
||||
tristate "MediaTek UFS Host Controller Driver"
|
||||
depends on UFS && ARCH_MEDIATEK
|
||||
|
||||
@ -4,11 +4,11 @@
|
||||
#
|
||||
|
||||
obj-$(CONFIG_UFS) += ufs-uclass.o
|
||||
obj-$(CONFIG_CADENCE_UFS) += cdns-platform.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_RENESAS) += ufs-renesas.o
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user