:orphan: .. title:: SDMMC_INIT_PRIORITY .. option:: CONFIG_SDMMC_INIT_PRIORITY *Init priority* Type: ``int`` Help ==== .. code-block:: none SDMMC controller driver initialization priority. Direct dependencies =================== \ :option:`DISK_DRIVER_SDMMC ` && \ :option:`DISK_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 90 Kconfig definition ================== At ``/disk/Kconfig.sdmmc:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:114`` → ``/disk/Kconfig:13`` Menu path: (Top) → Device Drivers → Disk Drivers → SDMMC card driver .. code-block:: kconfig config SDMMC_INIT_PRIORITY int "Init priority" default 90 depends on DISK_DRIVER_SDMMC && DISK_DRIVERS help SDMMC controller driver initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*