CONFIG_SOC_FLASH_ITE_IT8XXX2

ITE IT8XXX2 flash driver

Type: bool

Help

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

SOC_FAMILY_RISCV_ITE && FLASH

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/drivers/flash/Kconfig.it8xxx2:6

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

Menu path: (Top) → Device Drivers → Flash hardware support

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.)