:orphan: .. title:: CONFIG_LINKER_ORPHAN_SECTION_WARN .. kconfig:: CONFIG_LINKER_ORPHAN_SECTION_WARN CONFIG_LINKER_ORPHAN_SECTION_WARN ################################# *Warn* Type: ``bool`` Help ==== .. code-block:: none Linker places the orphan sections in output and issues warning about those sections. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``Kconfig.zephyr:62`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Linker Options → Linker Orphan Section Handling .. code-block:: kconfig config LINKER_ORPHAN_SECTION_WARN bool "Warn" depends on help Linker places the orphan sections in output and issues warning about those sections. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*