The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_LINKER_ORPHAN_SECTION_WARN

Warn

Type: bool

Help

Linker places the orphan sections in ouput and issues warning about those sections.

Direct dependencies

<choice: Linker Orphan Section Handling>

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

Kconfig definition

At Kconfig.zephyr:57

Included via Kconfig:10

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

config LINKER_ORPHAN_SECTION_WARN
    bool
    prompt "Warn" if <choice: Linker Orphan Section Handling>
    depends on <choice: Linker Orphan Section Handling>
    help
      Linker places the orphan sections in ouput and issues
      warning about those sections.

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