The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_DISK_ACCESS_USDHC2

NXP i.MXRT USDHC instance 2

Type: bool

Help

File system on a SDHC card accessed over USDHC instance 2.

Direct dependencies

HAS_MCUX_USDHC2 && DISK_ACCESS_USDHC && DISK_ACCESS_SDHC && DISK_ACCESS

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/disk/Kconfig:125

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:19

Menu path: (Top) → Sub Systems and OS Services → Disk Interface → SDHC card access → NXP i.MXRT USDHC driver

config DISK_ACCESS_USDHC2
    bool "NXP i.MXRT USDHC instance 2"
    depends on HAS_MCUX_USDHC2 && DISK_ACCESS_USDHC && DISK_ACCESS_SDHC && DISK_ACCESS
    help
      File system on a SDHC card accessed over
      USDHC instance 2.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)