CONFIG_DISK_ACCESS_SDHC

SDHC card access

Type: bool

Help

File system on a SDHC card.

Defaults

  • y

  • y

Symbols selected by this symbol

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 on DISK_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 on DISK_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"
    select FLASH
    depends on DISK_ACCESS
    help
      File system on a SDHC card.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)