1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0-only 2*4882a593Smuzhiyunconfig ARM_PSCI_FW 3*4882a593Smuzhiyun bool 4*4882a593Smuzhiyun 5*4882a593Smuzhiyunconfig ARM_PSCI_CHECKER 6*4882a593Smuzhiyun bool "ARM PSCI checker" 7*4882a593Smuzhiyun depends on ARM_PSCI_FW && HOTPLUG_CPU && CPU_IDLE && !TORTURE_TEST 8*4882a593Smuzhiyun help 9*4882a593Smuzhiyun Run the PSCI checker during startup. This checks that hotplug and 10*4882a593Smuzhiyun suspend operations work correctly when using PSCI. 11*4882a593Smuzhiyun 12*4882a593Smuzhiyun The torture tests may interfere with the PSCI checker by turning CPUs 13*4882a593Smuzhiyun on and off through hotplug, so for now torture tests and PSCI checker 14*4882a593Smuzhiyun are mutually exclusive. 15