xref: /openbmc/linux/drivers/firmware/psci/Kconfig (revision ec8f24b7)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2e720a6c8SUlf Hanssonconfig ARM_PSCI_FW
3e720a6c8SUlf Hansson	bool
4e720a6c8SUlf Hansson
5e720a6c8SUlf Hanssonconfig ARM_PSCI_CHECKER
6e720a6c8SUlf Hansson	bool "ARM PSCI checker"
7e720a6c8SUlf Hansson	depends on ARM_PSCI_FW && HOTPLUG_CPU && CPU_IDLE && !TORTURE_TEST
8e720a6c8SUlf Hansson	help
9e720a6c8SUlf Hansson	  Run the PSCI checker during startup. This checks that hotplug and
10e720a6c8SUlf Hansson	  suspend operations work correctly when using PSCI.
11e720a6c8SUlf Hansson
12e720a6c8SUlf Hansson	  The torture tests may interfere with the PSCI checker by turning CPUs
13e720a6c8SUlf Hansson	  on and off through hotplug, so for now torture tests and PSCI checker
14e720a6c8SUlf Hansson	  are mutually exclusive.
15