Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions soc/ite/ec/it8xxx2/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ config SOC_IT8XXX2_SERIAL_IN_RAM
bool "Place serial handling code in RAM"
select SOC_IT8XXX2_USE_ILM
select SOC_IT8XXX2_LIBRARY_TO_RAM
depends on !LTO
help
Place serial handling (Include uart_ns16550.c and uart_ite_it8xxx2.c) code
in ILM. This can improve performance.
Expand All @@ -225,13 +226,15 @@ config SOC_IT8XXX2_KERNEL_IN_RAM
bool "Place kernel handling code in RAM"
select SOC_IT8XXX2_USE_ILM
select SOC_IT8XXX2_LIBRARY_TO_RAM
depends on !LTO
help
Place kernel handling code in ILM. This can significantly improve performance.

config SOC_IT8XXX2_ZEPHYR_IN_RAM
bool "Place zephyr handling code in RAM"
select SOC_IT8XXX2_USE_ILM
select SOC_IT8XXX2_LIBRARY_TO_RAM
depends on !LTO
help
Place zephyr handling code in ILM. This can significantly improve performance.

Expand Down