:orphan: .. title:: LINKER_ORPHAN_SECTION_ERROR .. option:: CONFIG_LINKER_ORPHAN_SECTION_ERROR *Error* Type: ``bool`` Help ==== Linker exits with error when an orphan section is found. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``Kconfig.zephyr:58`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Linker Options → Linker Orphan Section Handling .. parsed-literal:: config LINKER_ORPHAN_SECTION_ERROR bool "Error" depends on \ :ref:` ` help Linker exits with error when an orphan section is found. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*