CONFIG_SOC_FVP_AEMV8R_SIMULATE_CPU_PM
Simulate CPU Power Management for FVP_BaseR_AEMv8R
Type: bool
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.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
n
Kconfig definition
At <SoC>/arm64/arm/fvp_aemv8r/Kconfig.soc:17
Included via Kconfig:8
→ Kconfig.zephyr:38
→ <SoC>/Kconfig:18
→ <SoC>/arm64/arm/Kconfig:15
Menu path: (Top) → Hardware Configuration
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.)