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

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

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

SOC_FAMILY_ARM64 || SOC_FAMILY_ARM64

(Includes any dependencies from ifs and menus.)

Defaults

  • n

  • n

Kconfig definitions

At <Zephyr>/soc/arm64/arm/fvp_aemv8r/Kconfig.soc:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:36<Zephyr>/soc/Kconfig:15<nRF>/doc/_build/kconfig/Kconfig.soc.arch:2<Zephyr>/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.

At <Zephyr>/soc/arm64/arm/fvp_aemv8r/Kconfig.soc:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:36<Zephyr>/soc/Kconfig:18<Zephyr>/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.)