:orphan: .. title:: CONFIG_SOC_FLASH_ITE_IT8XXX2 .. kconfig:: CONFIG_SOC_FLASH_ITE_IT8XXX2 CONFIG_SOC_FLASH_ITE_IT8XXX2 ############################ *ITE IT8XXX2 flash driver* Type: ``bool`` Help ==== .. code-block:: none The flash driver includes support for read, write and erase flash operations. It also supports protection. The it8xxx2 flash size is 1M byte. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_RISCV_ITE ` && \ :kconfig:`FLASH ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`SOC_FLASH_RAMCODE_SECTION ` Kconfig definition ================== At ``/flash/Kconfig.it8xxx2:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:67`` Menu path: (Top) → Device Drivers → Flash hardware support .. code-block:: kconfig config SOC_FLASH_ITE_IT8XXX2 bool "ITE IT8XXX2 flash driver" select SOC_FLASH_RAMCODE_SECTION depends on SOC_FAMILY_RISCV_ITE && FLASH help The flash driver includes support for read, write and erase flash operations. It also supports protection. The it8xxx2 flash size is 1M byte. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*