CONFIG_LINKER_ORPHAN_SECTION_PLACE

Place

Type: bool

Help

Linker puts orphan sections in place without warnings or errors.

Direct dependencies

<choice: Linker Orphan Section Handling>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/Kconfig.zephyr:46

Included via <Zephyr>/Kconfig:8

Menu path: (Top) → Build and Link Features → Linker Options → Linker Orphan Section Handling

config LINKER_ORPHAN_SECTION_PLACE
    bool "Place"
    depends on <choice: Linker Orphan Section Handling>
    help
      Linker puts orphan sections in place without warnings
      or errors.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)