The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_HAVE_CUSTOM_LINKER_SCRIPT

Custom linker scripts provided

Type: bool

Help

Set this option if you have a custom linker script which needed to be define in CUSTOM_LINKER_SCRIPT.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At Kconfig.zephyr:132

Included via Kconfig:10

Menu path: (top menu) → Build and Link Features → Linker Options

config HAVE_CUSTOM_LINKER_SCRIPT
    bool
    prompt "Custom linker scripts provided"
    help
      Set this option if you have a custom linker script which needed to
      be define in CUSTOM_LINKER_SCRIPT.

(Definitions include propagated dependencies, including from if’s and menus.)