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.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr>/drivers/flash/Kconfig.it8xxx2:15
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_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.)