CONFIG_HAVE_CUSTOM_LINKER_SCRIPT

Custom linker script provided

Type: bool

Help

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

Default

  • y

Kconfig definitions

At <Zephyr>/boards/x86/qemu_x86/Kconfig.defconfig:97

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config HAVE_CUSTOM_LINKER_SCRIPT
    bool
    default y
    depends on BOARD_QEMU_X86_TINY

At <Zephyr>/Kconfig.zephyr:163

Included via <Zephyr>/Kconfig:8

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

config HAVE_CUSTOM_LINKER_SCRIPT
    bool "Custom linker script 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.)