:orphan: .. title:: HAVE_CUSTOM_LINKER_SCRIPT .. option:: 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 ================== .. highlight:: kconfig At ``Kconfig.zephyr:136`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Linker Options .. parsed-literal:: 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.)*