:orphan: .. title:: CONFIG_FLASH_HAS_DRIVER_ENABLED .. kconfig:: CONFIG_FLASH_HAS_DRIVER_ENABLED CONFIG_FLASH_HAS_DRIVER_ENABLED ############################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option is enabled when any flash driver is enabled. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`ITE_IT8XXX2_INTC ` - \ :kconfig:`ITE_IT8XXX2_INTC ` - \ :kconfig:`SOC_FLASH_TELINK_B91 ` - \ :kconfig:`SPI_FLASH_AT45 ` - \ :kconfig:`SOC_FLASH_ESP32 ` - \ :kconfig:`SOC_FLASH_NRF ` - \ :kconfig:`SOC_FLASH_LPC ` - \ :kconfig:`SOC_FLASH_MCUX ` - \ :kconfig:`FLASH_MCUX_FLEXSPI_NOR ` - \ :kconfig:`FLASH_MCUX_FLEXSPI_MX25UM51345G ` - \ :kconfig:`SOC_FLASH_NIOS2_QSPI ` - \ :kconfig:`SOC_FLASH_GECKO ` - \ :kconfig:`SPI_NOR ` - \ :kconfig:`SOC_FLASH_STM32 ` - \ :kconfig:`FLASH_STM32_QSPI ` - \ :kconfig:`SOC_FLASH_SAM0 ` - \ :kconfig:`SOC_FLASH_SAM ` - \ :kconfig:`FLASH_SIMULATOR ` - \ :kconfig:`SOC_FLASH_RV32M1 ` - \ :kconfig:`NORDIC_QSPI_NOR ` - \ :kconfig:`TEST_FLASH_DRIVERS ` Kconfig definition ================== At ``/flash/Kconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` Menu path: (Top) → Device Drivers .. code-block:: kconfig config FLASH_HAS_DRIVER_ENABLED bool help This option is enabled when any flash driver is enabled. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*