:orphan: .. title:: LINKER_ORPHAN_SECTION_WARN .. option:: CONFIG_LINKER_ORPHAN_SECTION_WARN *Warn* Type: ``bool`` Help ==== Linker places the orphan sections in ouput and issues warning about those sections. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from if's and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``Kconfig.zephyr:61`` Included via ``Kconfig:10`` Menu path: (top menu) → Build and Link Features → Linker Options → Linker Orphan Section Handling .. parsed-literal:: config LINKER_ORPHAN_SECTION_WARN bool prompt "Warn" if \ :ref:` ` depends on \ :ref:` ` help Linker places the orphan sections in ouput and issues warning about those sections. *(Definitions include propagated dependencies, including from if's and menus.)*