:orphan: .. title:: CONFIG_LD_LINKER_TEMPLATE .. kconfig:: CONFIG_LD_LINKER_TEMPLATE CONFIG_LD_LINKER_TEMPLATE ######################### *LD template* Type: ``bool`` Help ==== .. code-block:: none Select this option to use the LD linker script templates. The templates are pre-processed by the C pre-processor to create the final LD linker script. Direct dependencies =================== \ :kconfig:`LD_LINKER_SCRIPT_SUPPORTED ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``Kconfig.zephyr:145`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Linker Options → Linker script .. code-block:: kconfig config LD_LINKER_TEMPLATE bool "LD template" depends on LD_LINKER_SCRIPT_SUPPORTED && help Select this option to use the LD linker script templates. The templates are pre-processed by the C pre-processor to create the final LD linker script. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*