Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config ARM_PSCI_FW
0003         bool
0004 
0005 config ARM_PSCI_CHECKER
0006         bool "ARM PSCI checker"
0007         depends on ARM_PSCI_FW && HOTPLUG_CPU && CPU_IDLE && !TORTURE_TEST
0008         help
0009           Run the PSCI checker during startup. This checks that hotplug and
0010           suspend operations work correctly when using PSCI.
0011 
0012           The torture tests may interfere with the PSCI checker by turning CPUs
0013           on and off through hotplug, so for now torture tests and PSCI checker
0014           are mutually exclusive.