:orphan: .. title:: CONFIG_SOC_FVP_AEMV8R_SIMULATE_CPU_PM .. kconfig:: CONFIG_SOC_FVP_AEMV8R_SIMULATE_CPU_PM CONFIG_SOC_FVP_AEMV8R_SIMULATE_CPU_PM ##################################### *Simulate CPU Power Management for FVP\_BaseR\_AEMv8R* *Simulate CPU Power Management for FVP\_BaseR\_AEMv8R* Type: ``bool`` Help ==== .. code-block:: none It simulates the cpu power management function for FVP_BaseR_AEMv8R. When zephyr kernel try to bring up secondary core through pm_cpu_on(), it always succeeds because it indeed bring up secondary core successfully. Help ==== .. code-block:: none It simulates the cpu power management function for FVP_BaseR_AEMv8R. When zephyr kernel try to bring up secondary core through pm_cpu_on(), it always succeeds because it indeed bring up secondary core successfully. 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:17`` 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_SIMULATE_CPU_PM bool "Simulate CPU Power Management for FVP_BaseR_AEMv8R" default n depends on SOC_FAMILY_ARM64 help It simulates the cpu power management function for FVP_BaseR_AEMv8R. When zephyr kernel try to bring up secondary core through pm_cpu_on(), it always succeeds because it indeed bring up secondary core successfully. ---- At ``/arm64/arm/fvp_aemv8r/Kconfig.soc:17`` 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_SIMULATE_CPU_PM bool "Simulate CPU Power Management for FVP_BaseR_AEMv8R" default n depends on SOC_FAMILY_ARM64 help It simulates the cpu power management function for FVP_BaseR_AEMv8R. When zephyr kernel try to bring up secondary core through pm_cpu_on(), it always succeeds because it indeed bring up secondary core successfully. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*