:orphan: .. title:: CONFIG_SOC_FLASH_RAMCODE_SECTION .. kconfig:: CONFIG_SOC_FLASH_RAMCODE_SECTION CONFIG_SOC_FLASH_RAMCODE_SECTION ################################ *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`FLASH ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_FLASH_ITE_IT8XXX2 ` Kconfig definition ================== At ``/flash/Kconfig.it8xxx2:15`` 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_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.)*