We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74528ed commit 7787943Copy full SHA for 7787943
drivers/cpuidle/Kconfig.arm
@@ -102,6 +102,7 @@ config ARM_MVEBU_V7_CPUIDLE
102
config ARM_TEGRA_CPUIDLE
103
bool "CPU Idle Driver for NVIDIA Tegra SoCs"
104
depends on (ARCH_TEGRA || COMPILE_TEST) && !ARM64 && MMU
105
+ depends on ARCH_SUSPEND_POSSIBLE
106
select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP
107
select ARM_CPU_SUSPEND
108
help
@@ -110,6 +111,7 @@ config ARM_TEGRA_CPUIDLE
110
111
config ARM_QCOM_SPM_CPUIDLE
112
bool "CPU Idle Driver for Qualcomm Subsystem Power Manager (SPM)"
113
depends on (ARCH_QCOM || COMPILE_TEST) && !ARM64 && MMU
114
115
116
select CPU_IDLE_MULTIPLE_DRIVERS
117
select DT_IDLE_STATES
0 commit comments