:orphan: .. title:: FLASH_HAS_DRIVER_ENABLED .. option:: CONFIG_FLASH_HAS_DRIVER_ENABLED *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== This option is enabled when any flash driver is enabled. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`ITE_IT8XXX2_INTC ` - \ :option:`SPI_FLASH_AT45 ` - \ :option:`SOC_FLASH_NRF ` - \ :option:`SOC_FLASH_LPC ` - \ :option:`SOC_FLASH_MCUX ` - \ :option:`FLASH_MCUX_FLEXSPI_NOR ` - \ :option:`SOC_FLASH_NIOS2_QSPI ` - \ :option:`SOC_FLASH_GECKO ` - \ :option:`SPI_NOR ` - \ :option:`SOC_FLASH_STM32 ` - \ :option:`FLASH_STM32_QSPI ` - \ :option:`SOC_FLASH_SAM0 ` - \ :option:`SOC_FLASH_SAM ` - \ :option:`FLASH_SIMULATOR ` - \ :option:`SOC_FLASH_RV32M1 ` - \ :option:`NORDIC_QSPI_NOR ` - \ :option:`TEST_FLASH_DRIVERS ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/flash/Kconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:60`` Menu path: (Top) → Device Drivers .. parsed-literal:: 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.)*