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