The latest development version of this page may be more current than this released 2.1.0 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 ifs and menus.)

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.)