CONFIG_SOC_FVP_AEMV8R_EL2_INIT¶
ARM FVP AEMv8R EL2 Initialization
Type: bool
Help¶
Initialize MPIDR_EL1 in z_arm64_el2_plat_init. It's necessary
when zephyr brings up secondary core without TB-R support.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
n
Kconfig definition¶
At soc/arm64/arm/fvp_aemv8r/Kconfig.soc:26
Included via Kconfig:8
→ Kconfig.zephyr:38
→ soc/Kconfig:18
→ soc/arm64/arm/Kconfig:15
Menu path: (Top) → Hardware Configuration
config SOC_FVP_AEMV8R_EL2_INIT
bool "ARM FVP AEMv8R EL2 Initialization"
default n
depends on SOC_FAMILY_ARM64
help
Initialize MPIDR_EL1 in z_arm64_el2_plat_init. It's necessary
when zephyr brings up secondary core without TB-R support.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)