:orphan: .. title:: CONFIG_SDMMC_INIT_PRIORITY .. kconfig:: CONFIG_SDMMC_INIT_PRIORITY CONFIG_SDMMC_INIT_PRIORITY ########################## *Init priority* Type: ``int`` Help ==== .. code-block:: none SDMMC controller driver initialization priority. Direct dependencies =================== \ :kconfig:`DISK_DRIVER_SDMMC ` && \ :kconfig:`DISK_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 90 Kconfig definition ================== At ``/disk/Kconfig.sdmmc:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:116`` → ``/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.)*