:orphan: .. title:: SDMMC_OVER_SPI .. option:: CONFIG_SDMMC_OVER_SPI *SDHC access over SPI* Type: ``bool`` Help ==== .. code-block:: none File system on a SDHC card accessed over SPI. Direct dependencies =================== \ :option:`DISK_DRIVER_SDMMC ` && \ :option:`DISK_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :option:`SPI ` Kconfig definition ================== At ``/disk/Kconfig.sdmmc:29`` 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_OVER_SPI bool "SDHC access over SPI" default n select SPI depends on DISK_DRIVER_SDMMC && DISK_DRIVERS help File system on a SDHC card accessed over SPI. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*