The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_USE_CODE_PARTITION

link into code-partition

Type: bool

Help

When selected application will be linked into chosen code-partition.

Direct dependencies

HAS_FLASH_LOAD_OFFSET

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At Kconfig.zephyr:85

Included via Kconfig:10

Menu path: (top menu) → Build and Link Features → Linker Options

config USE_CODE_PARTITION
    bool
    prompt "link into code-partition" if HAS_FLASH_LOAD_OFFSET
    depends on HAS_FLASH_LOAD_OFFSET
    help
      When selected application will be linked into chosen code-partition.

(Definitions include propagated dependencies, including from if’s and menus.)