:orphan: .. title:: FLASH_STM32_QSPI .. option:: CONFIG_FLASH_STM32_QSPI *STM32 Quad SPI Flash driver* Type: ``bool`` Help ==== Enable QSPI-NOR support on the STM32 family of processors. Direct dependencies =================== \ :option:`SOC_FAMILY_STM32 ` && \ :option:`FLASH ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :option:`USE_STM32_HAL_QSPI ` - \ :option:`FLASH_HAS_DRIVER_ENABLED ` - \ :option:`FLASH_JESD216 ` - \ :option:`FLASH_PAGE_LAYOUT ` - \ :option:`FLASH_HAS_PAGE_LAYOUT ` - \ :option:`DMA ` if n - \ :option:`USE_STM32_HAL_DMA ` if n Kconfig definition ================== .. highlight:: kconfig At ``drivers/flash/Kconfig.stm32_qspi:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:60`` → ``drivers/flash/Kconfig:77`` Menu path: (Top) → Device Drivers → Flash hardware support .. parsed-literal:: config FLASH_STM32_QSPI bool "STM32 Quad SPI Flash driver" default n select \ :option:`USE_STM32_HAL_QSPI ` select \ :option:`FLASH_HAS_DRIVER_ENABLED ` select \ :option:`FLASH_JESD216 ` select \ :option:`FLASH_PAGE_LAYOUT ` select \ :option:`FLASH_HAS_PAGE_LAYOUT ` select \ :option:`DMA ` if n select \ :option:`USE_STM32_HAL_DMA ` if n depends on \ :option:`SOC_FAMILY_STM32 ` && \ :option:`FLASH ` help Enable QSPI-NOR support on the STM32 family of processors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*