The latest development version of this page may be more current than this released 2.6.1-rc1 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:127

Included via Kconfig:8

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

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)