CONFIG_FLASH¶
Flash hardware support
Type: bool
Help¶
Enable support for the flash hardware.
Default¶
- y 
Symbols that select this symbol¶
Kconfig definitions¶
At <Zephyr Boards>/arm/bl5340_dvk/Kconfig.defconfig:13
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config FLASH
    bool
    default y
    depends on BOARD_BL5340_DVK_CPUAPP || BOARD_BL5340_DVK_CPUAPP_NS
At <Zephyr Driver>/flash/Kconfig:35
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:62
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.)