Files
rt-thread/components/drivers/ufs/Kconfig
T
GuEe-GUI ea13820c2c [dm][ufs] support Universal Flash Storage (UFS)
Support UFS over PCI, too.

Signed-off-by: GuEe-GUI <2991707448@qq.com>
2026-05-04 18:41:16 +08:00

17 lines
367 B
Plaintext
Executable File

menuconfig RT_USING_UFS
bool "Using Universal Flash Storage (UFS) device drivers"
depends on RT_USING_DM
depends on RT_USING_DMA
depends on RT_SCSI_SD
default n
config RT_UFS_PCI
bool "UFS support on PCI bus"
depends on RT_USING_UFS
depends on RT_USING_PCI
default n
if RT_USING_UFS
osource "$(SOC_DM_UFS_DIR)/Kconfig"
endif