:orphan: .. title:: CONFIG_SOC_FVP_AEMV8R_EL2_INIT .. kconfig:: CONFIG_SOC_FVP_AEMV8R_EL2_INIT CONFIG_SOC_FVP_AEMV8R_EL2_INIT ############################## *ARM FVP AEMv8R EL2 Initialization* *ARM FVP AEMv8R EL2 Initialization* Type: ``bool`` Help ==== .. code-block:: none Initialize MPIDR_EL1 in z_arm64_el2_plat_init. It's necessary when zephyr brings up secondary core without TB-R support. Help ==== .. code-block:: none Initialize MPIDR_EL1 in z_arm64_el2_plat_init. It's necessary when zephyr brings up secondary core without TB-R support. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_ARM64 ` || \ :kconfig:`SOC_FAMILY_ARM64 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - n - n Kconfig definitions =================== At ``/arm64/arm/fvp_aemv8r/Kconfig.soc:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm64/arm/Kconfig:15`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig 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. ---- At ``/arm64/arm/fvp_aemv8r/Kconfig.soc:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm64/arm/Kconfig:15`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig 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.)*