-
CONFIG_DISK_ACCESS_SPI_SDHC
¶
SDHC access over SPI
Type: bool
Help¶
File system on a SDHC card accessed over SPI.
Direct dependencies¶
(DISK_ACCESS
&& (BOARD_ARTY_A7_ARM_DESIGNSTART_M1
|| BOARD_ARTY_A7_ARM_DESIGNSTART_M3
) && (SHIELD_V2C_DAPLINK
|| SHIELD_V2C_DAPLINK_CFG
)) || (DISK_ACCESS
&& (BOARD_ARTY_A7_ARM_DESIGNSTART_M1
|| BOARD_ARTY_A7_ARM_DESIGNSTART_M3
) && (SHIELD_V2C_DAPLINK
|| SHIELD_V2C_DAPLINK_CFG
)) || (SPI
&& DISK_ACCESS_SDHC
&& DISK_ACCESS
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Kconfig definitions¶
At <Zephyr>/boards/shields/v2c_daplink/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <BuildDir>/Kconfig/Kconfig.shield.defconfig:1
Menu path: (Top)
config DISK_ACCESS_SPI_SDHC bool default y depends onDISK_ACCESS
&& (BOARD_ARTY_A7_ARM_DESIGNSTART_M1
||BOARD_ARTY_A7_ARM_DESIGNSTART_M3
) && (SHIELD_V2C_DAPLINK
||SHIELD_V2C_DAPLINK_CFG
)
At <Zephyr>/boards/shields/v2c_daplink/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
config DISK_ACCESS_SPI_SDHC bool default y depends onDISK_ACCESS
&& (BOARD_ARTY_A7_ARM_DESIGNSTART_M1
||BOARD_ARTY_A7_ARM_DESIGNSTART_M3
) && (SHIELD_V2C_DAPLINK
||SHIELD_V2C_DAPLINK_CFG
)
At <Zephyr>/subsys/disk/Kconfig:97
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:18
Menu path: (Top) → Sub Systems and OS Services → Disk Interface → SDHC card access
config DISK_ACCESS_SPI_SDHC bool "SDHC access over SPI" depends onSPI
&&DISK_ACCESS_SDHC
&&DISK_ACCESS
help File system on a SDHC card accessed over SPI.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)