CONFIG_SOC_FLASH_RAMCODE_SECTION¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Enable this config to map the __ram_code section
operations of flash(flash_it8xxx2_erase,
flash_it8xxx2_write, flash_it8xxx2_read) to RAM.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At drivers/flash/Kconfig.it8xxx2:15
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:62
→ drivers/flash/Kconfig:67
Menu path: (Top) → Device Drivers → Flash hardware support
config SOC_FLASH_RAMCODE_SECTION
bool
depends on FLASH
help
Enable this config to map the __ram_code section
operations of flash(flash_it8xxx2_erase,
flash_it8xxx2_write, flash_it8xxx2_read) to RAM.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)