The latest development version of this page may be more current than this released 2.5.0 version.
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 boards/shields/v2c_daplink/Kconfig.defconfig:13

Included via Kconfig:8Kconfig.zephyr:17doc/_build/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 boards/shields/v2c_daplink/Kconfig.defconfig:13

Included via Kconfig:8Kconfig.zephyr:18

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 subsys/disk/Kconfig:95

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:19

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.)