:orphan: .. title:: CONFIG_HAVE_CUSTOM_LINKER_SCRIPT .. kconfig:: CONFIG_HAVE_CUSTOM_LINKER_SCRIPT CONFIG_HAVE_CUSTOM_LINKER_SCRIPT ################################ *Custom linker script provided* Type: ``bool`` Help ==== .. code-block:: none Set this option if you have a custom linker script which needed to be define in CUSTOM_LINKER_SCRIPT. Default ======= - y Kconfig definitions =================== At ``/x86/qemu_x86/Kconfig.defconfig:97`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config HAVE_CUSTOM_LINKER_SCRIPT bool default y depends on BOARD_QEMU_X86_TINY ---- At ``Kconfig.zephyr:165`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Linker Options .. code-block:: kconfig 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.)*