:orphan: .. title:: CONFIG_FLASH .. kconfig:: CONFIG_FLASH CONFIG_FLASH ############ *Flash hardware support* Type: ``bool`` Help ==== .. code-block:: none Enable support for the flash hardware. Default ======= - y Symbols that select this symbol =============================== - \ :kconfig:`ITE_IT8XXX2_INTC ` - \ :kconfig:`ITE_IT8XXX2_INTC ` - \ :kconfig:`EEPROM_EMULATOR ` - \ :kconfig:`DISK_DRIVER_FLASH ` - \ :kconfig:`MCUMGR_CMD_IMG_MGMT ` - \ :kconfig:`HAWKBIT ` - \ :kconfig:`UPDATEHUB ` - \ :kconfig:`NET_L2_OPENTHREAD ` Kconfig definitions =================== At ``/arm/bl5340_dvk/Kconfig.defconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config FLASH bool default y depends on BOARD_BL5340_DVK_CPUAPP || BOARD_BL5340_DVK_CPUAPP_NS ---- At ``/flash/Kconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig FLASH bool "Flash hardware support" help Enable support for the flash hardware. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*