CONFIG_USE_STM32_HAL_SD

(No prompt – not directly user assignable.)

Type: bool

Help

Enable STM32Cube Secure digital input/output MultiMediaCard interface (SDMMC) HAL module driver

Direct dependencies

HAS_STM32CUBE

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <Zephyr>/modules/Kconfig.stm32:405

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:10<Zephyr>/modules/Kconfig:26

Menu path: (Top) → Modules

config USE_STM32_HAL_SD
    bool
    depends on HAS_STM32CUBE
    help
      Enable STM32Cube Secure digital input/output MultiMediaCard interface
      (SDMMC) HAL module driver

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