The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_PLATFORM_SPECIFIC_INIT

Enable platform (SOC) specific startup hook

Type: bool

Help

The platform specific initialization code (z_platform_init) is executed at the beginning of the startup code (__start).

Direct dependencies

!ARM64 && ARM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At arch/arm/core/aarch32/Kconfig:130

Included via Kconfig:8Kconfig.zephyr:29arch/Kconfig:12arch/arm/Kconfig:42

Menu path: (Top) → ARM Options

config PLATFORM_SPECIFIC_INIT
    bool "Enable platform (SOC) specific startup hook"
    depends on !ARM64 && ARM
    help
      The platform specific initialization code (z_platform_init) is executed
      at the beginning of the startup code (__start).

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)