CONFIG_FLASH

Flash Drivers

Flash hardware support

Type: bool

Help

Include flash drivers in config

Help

Enable support for the flash hardware.

Default

  • y

Symbols that imply this symbol

Kconfig definitions

At <Zephyr>/boards/arm/bl5340_dvk/Kconfig.defconfig:13

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config FLASH
    bool
    default y
    depends on BOARD_BL5340_DVK_CPUAPP || BOARD_BL5340_DVK_CPUAPP_NS

At <nRF>/drivers/flash/Kconfig:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:57<nRF>/drivers/Kconfig:16

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Device Drivers

menuconfig FLASH
    bool "Flash Drivers"
    help
      Include flash drivers in config

At <Zephyr>/drivers/flash/Kconfig:35

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:60

Menu path: (Top) → Device Drivers

menuconfig FLASH
    bool "Flash hardware support"
    help
      Enable support for the flash hardware.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)