-
CONFIG_DISK_ACCESS_SDHC
¶
SDHC card access
Type: bool
Help¶
File system on a SDHC card.
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
)) || DISK_ACCESS
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Kconfig definitions¶
At <Zephyr>/boards/shields/v2c_daplink/Kconfig.defconfig:13
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <BuildDir>/Kconfig/Kconfig.shield.defconfig:1
Menu path: (Top)
config DISK_ACCESS_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:13
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
config DISK_ACCESS_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:89
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:18
Menu path: (Top) → Sub Systems and OS Services → Disk Interface
config DISK_ACCESS_SDHC bool "SDHC card access" selectFLASH
depends onDISK_ACCESS
help File system on a SDHC card.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)