:orphan: .. title:: CONFIG_LINKER_USE_PINNED_SECTION .. kconfig:: CONFIG_LINKER_USE_PINNED_SECTION CONFIG_LINKER_USE_PINNED_SECTION ################################ *Enable Usage of Pinned Linker Section* Type: ``bool`` Help ==== .. code-block:: none If enabled, the symbols which need to be pinned in memory will be put into another linker section reserved for pinned symbols. During boot, the corresponding memory will be marked as pinned. Requires that pinned sections exist in the architecture, SoC, board or custom linker script. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``Kconfig.zephyr:233`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Linker Options → Linker Sections .. code-block:: kconfig config LINKER_USE_PINNED_SECTION bool "Enable Usage of Pinned Linker Section" help If enabled, the symbols which need to be pinned in memory will be put into another linker section reserved for pinned symbols. During boot, the corresponding memory will be marked as pinned. Requires that pinned sections exist in the architecture, SoC, board or custom linker script. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*