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