-
CONFIG_FLASH_STM32_QSPI
¶
STM32 Quad SPI Flash driver
Type: bool
Help¶
Enable QSPI-NOR support on the STM32 family of processors.
Default¶
n
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/drivers/flash/Kconfig.stm32_qspi:10
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:60
→ <Zephyr>/drivers/flash/Kconfig:75
Menu path: (Top) → Device Drivers → Flash hardware support
config FLASH_STM32_QSPI bool "STM32 Quad SPI Flash driver" default n selectUSE_STM32_HAL_QSPI
selectFLASH_HAS_DRIVER_ENABLED
selectFLASH_JESD216
selectFLASH_PAGE_LAYOUT
selectFLASH_HAS_PAGE_LAYOUT
selectDMA
if n selectUSE_STM32_HAL_DMA
if n depends onSOC_FAMILY_STM32
&&FLASH
help Enable QSPI-NOR support on the STM32 family of processors.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)