# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_ARM_PSCI_FW[0m bool config [31mCONFIG_ARM_PSCI_CHECKER[0m bool "ARM PSCI checker" depends on [31mCONFIG_ARM_PSCI_FW[0m && [31mCONFIG_HOTPLUG_CPU[0m && [31mCONFIG_CPU_IDLE[0m && ![31mCONFIG_TORTURE_TEST[0m help Run the PSCI checker during startup. This checks that hotplug and suspend operations work correctly when using PSCI. The torture tests may interfere with the PSCI checker by turning CPUs on and off through hotplug, so for now torture tests and PSCI checker are mutually exclusive. |