CONFIG_PLATFORM_SPECIFIC_INIT
Enable platform (SOC) specific startup hook
Type: bool
Help
The platform specific initialization code (z_arm_platform_init) is
executed at the beginning of the startup code (__start).
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols that select this symbol
Kconfig definition
At <Zephyr>/arch/arm/core/aarch32/Kconfig:145
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:39
→ <Zephyr>/arch/Kconfig:12
→ <Zephyr>/arch/arm/Kconfig:65
Menu path: (Top) → ARM Options
config PLATFORM_SPECIFIC_INIT
bool "Enable platform (SOC) specific startup hook"
depends on ARM
help
The platform specific initialization code (z_arm_platform_init) is
executed at the beginning of the startup code (__start).
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)