-
CONFIG_USE_CODE_PARTITION
¶
link into code-partition
Type: bool
Help¶
When selected application will be linked into chosen code-partition.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At Kconfig.zephyr:88
Included via Kconfig:8
Menu path: (Top) → Build and Link Features → Linker Options
config USE_CODE_PARTITION
bool "link into code-partition"
depends on HAS_FLASH_LOAD_OFFSET
help
When selected application will be linked into chosen code-partition.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)