:orphan: .. title:: CONFIG_CMAKE_LINKER_GENERATOR .. kconfig:: CONFIG_CMAKE_LINKER_GENERATOR CONFIG_CMAKE_LINKER_GENERATOR ############################# *CMake generator* Type: ``bool`` Help ==== .. code-block:: none Select this option to use the Zephyr CMake linker script generator. The linker configuration is written in CMake and the final linker script will be generated by the toolchain specific linker generator. For LD based linkers, this will be the ld generator, for ARMClang / armlink based linkers it will be the scatter generator. Direct dependencies =================== \ :kconfig:`ARM ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``Kconfig.zephyr:153`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Linker Options → Linker script .. code-block:: kconfig config CMAKE_LINKER_GENERATOR bool "CMake generator" depends on ARM && help Select this option to use the Zephyr CMake linker script generator. The linker configuration is written in CMake and the final linker script will be generated by the toolchain specific linker generator. For LD based linkers, this will be the ld generator, for ARMClang / armlink based linkers it will be the scatter generator. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*