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 <Zephyr>/Kconfig.zephyr:134

Included via <Zephyr>/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.)