:orphan: .. title:: CONFIG_SDMMC_OVER_SPI .. kconfig:: CONFIG_SDMMC_OVER_SPI 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 =================== \ :kconfig:`DISK_DRIVER_SDMMC ` && \ :kconfig:`DISK_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :kconfig:`SPI ` Kconfig definition ================== At ``/disk/Kconfig.sdmmc:29`` 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_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.)*