CONFIG_LD_LINKER_TEMPLATE

LD template

Type: bool

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.

Direct dependencies

LD_LINKER_SCRIPT_SUPPORTED && <choice LINKER_SCRIPT: Linker script>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/Kconfig.zephyr:143

Included via <Zephyr>/Kconfig:8

Menu path: (Top) → Build and Link Features → Linker Options → Linker script

config LD_LINKER_TEMPLATE
    bool "LD template"
    depends on LD_LINKER_SCRIPT_SUPPORTED && <choice LINKER_SCRIPT>
    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.)