:orphan: .. title:: CONFIG_PLATFORM_SPECIFIC_INIT .. kconfig:: CONFIG_PLATFORM_SPECIFIC_INIT CONFIG_PLATFORM_SPECIFIC_INIT ############################# *Enable platform (SOC) specific startup hook* Type: ``bool`` Help ==== .. code-block:: none The platform specific initialization code (z_arm_platform_init) is executed at the beginning of the startup code (__start). Direct dependencies =================== \ :kconfig:`ARM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_RCAR_GEN3 ` - \ :kconfig:`SOC_XILINX_ZYNQMP_RPU ` - \ :kconfig:`SOC_SERIES_RCAR_GEN3 ` - \ :kconfig:`SOC_XILINX_ZYNQMP_RPU ` - \ :kconfig:`SOC_FAMILY_XMC ` - \ :kconfig:`SOC_FAMILY_NRF ` - \ :kconfig:`SOC_FAMILY_NUMICRO ` - \ :kconfig:`SOC_LPC54114_M4 ` - \ :kconfig:`SOC_FAMILY_XMC ` - \ :kconfig:`SOC_FAMILY_NRF ` - \ :kconfig:`SOC_FAMILY_NUMICRO ` - \ :kconfig:`SOC_LPC54114_M4 ` Kconfig definition ================== At ``/arm/core/aarch32/Kconfig:134`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` → ``/arm/Kconfig:57`` Menu path: (Top) → ARM Options .. code-block:: kconfig 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.)*