-
CONFIG_SDMMC_USDHC
¶
NXP i.MXRT USDHC driver
Type: bool
Help¶
File system on a SDHC card accessed over
NXP USDHC.
Direct dependencies¶
(HAS_MCUX_USDHC1
|| HAS_MCUX_USDHC2
) && DISK_DRIVER_SDMMC
&& DISK_DRIVERS
(Includes any dependencies from ifs and menus.)
Default¶
n
Kconfig definition¶
At <Zephyr>/drivers/disk/Kconfig.sdmmc:36
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:114
→ <Zephyr>/drivers/disk/Kconfig:13
Menu path: (Top) → Device Drivers → Disk Drivers → SDMMC card driver
config SDMMC_USDHC
bool "NXP i.MXRT USDHC driver"
default n
depends on (HAS_MCUX_USDHC1 || HAS_MCUX_USDHC2) && DISK_DRIVER_SDMMC && DISK_DRIVERS
help
File system on a SDHC card accessed over
NXP USDHC.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)