The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_CUSTOM_RODATA_LD

Include custom-rodata.ld

Type: bool

Help

Include a customized linker script fragment for inserting additional data and linker directives into the rodata section.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At Kconfig.zephyr:152

Included via Kconfig:10

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

config CUSTOM_RODATA_LD
    bool
    prompt "Include custom-rodata.ld"
    help
      Include a customized linker script fragment for inserting additional
      data and linker directives into the rodata section.

(Definitions include propagated dependencies, including from if’s and menus.)