:orphan: .. title:: FLASH .. option:: CONFIG_FLASH *Flash hardware support* Type: ``bool`` Help ==== Enable support for the flash hardware. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`ITE_IT8XXX2_INTC ` - \ :option:`DISK_ACCESS_FLASH ` - \ :option:`DISK_ACCESS_SDHC ` - \ :option:`MCUMGR_CMD_IMG_MGMT ` - \ :option:`HAWKBIT ` - \ :option:`UPDATEHUB ` - \ :option:`NET_L2_OPENTHREAD ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/flash/Kconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:60`` Menu path: (Top) → Device Drivers .. parsed-literal:: menuconfig FLASH bool "Flash hardware support" help Enable support for the flash hardware. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*