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

(No prompt – not directly user assignable.)

Type: bool

Help

Include an SoC specific linker script fragment named soc-noinit.ld for inserting additional data and linker directives into the noinit section.

This only has effect if the SoC uses the common linker script under include/arch/.

Direct dependencies

ARC || ARM || X86 || NIOS2 || RISCV32

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At soc/Kconfig:40

Included via Kconfig:10Kconfig.zephyr:27

Menu path: (top menu)

config SOC_NOINIT_LD
    bool
    depends on ARC || ARM || X86 || NIOS2 || RISCV32
    help
      Include an SoC specific linker script fragment named soc-noinit.ld
      for inserting additional data and linker directives into
      the noinit section.

      This only has effect if the SoC uses the common linker script
      under include/arch/.

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