:orphan: .. title:: CONFIG_LINKER_ORPHAN_SECTION_PLACE .. kconfig:: CONFIG_LINKER_ORPHAN_SECTION_PLACE CONFIG_LINKER_ORPHAN_SECTION_PLACE ################################## *Place* Type: ``bool`` Help ==== .. code-block:: none Linker puts orphan sections in place without warnings or errors. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``Kconfig.zephyr:56`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Linker Options → Linker Orphan Section Handling .. code-block:: kconfig config LINKER_ORPHAN_SECTION_PLACE bool "Place" depends on help Linker puts orphan sections in place without warnings or errors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*