:orphan: .. title:: CONFIG_SOC_FLASH_STM32_V1 .. kconfig:: CONFIG_SOC_FLASH_STM32_V1 CONFIG_SOC_FLASH_STM32_V1 ######################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enable the generic backend for the STM32 flash driver. Direct dependencies =================== \ :kconfig:`FLASH ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`FLASH_PAGE_LAYOUT ` - \ :kconfig:`FLASH_HAS_PAGE_LAYOUT ` Symbols that select this symbol =============================== - \ :kconfig:`SOC_FLASH_STM32 ` - \ :kconfig:`SOC_FLASH_STM32 ` - \ :kconfig:`SOC_FLASH_STM32 ` - \ :kconfig:`SOC_FLASH_STM32 ` - \ :kconfig:`SOC_FLASH_STM32 ` Kconfig definition ================== At ``/flash/Kconfig.stm32:44`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:81`` Menu path: (Top) → Device Drivers → Flash hardware support .. code-block:: kconfig config SOC_FLASH_STM32_V1 bool select FLASH_PAGE_LAYOUT select FLASH_HAS_PAGE_LAYOUT depends on FLASH help Enable the generic backend for the STM32 flash driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*