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
(FLASH
&& SOC_SERIES_RISCV32_IT8XXX2
) || (FLASH
&& SOC_SERIES_RISCV32_IT8XXX2
) || (SOC_FAMILY_RISCV_ITE
&& FLASH
)
(Includes any dependencies from ifs and menus.)
Defaults
y
y
Symbols selected by this symbol
Kconfig definitions
At <Zephyr>/soc/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:67
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/riscv/riscv-ite/Kconfig.defconfig:4
Menu path: (Top)
config SOC_FLASH_ITE_IT8XXX2
bool
default y
depends on FLASH && SOC_SERIES_RISCV32_IT8XXX2
At <Zephyr>/soc/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:67
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/soc/riscv/riscv-ite/Kconfig.defconfig:4
Menu path: (Top)
config SOC_FLASH_ITE_IT8XXX2
bool
default y
depends on FLASH && SOC_SERIES_RISCV32_IT8XXX2
At <Zephyr>/drivers/flash/Kconfig.it8xxx2:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:62
→ <Zephyr>/drivers/flash/Kconfig:67
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.)