aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Osipenko <[email protected]>2021-09-12 23:29:06 +0300
committerThierry Reding <[email protected]>2021-10-05 19:11:40 +0200
commitfaae6c9f2e68e62687636a7d6e0517b3bf594add (patch)
treea91e224cf2858ea9a65216c56fd1d99bbe55f669
parenta602affa13428e3fd16a1443abeba30d1e451f48 (diff)
cpuidle: tegra: Enable compile testing
Enable compile testing of tegra-cpuidle driver. Signed-off-by: Dmitry Osipenko <[email protected]> Acked-by: Daniel Lezcano <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
-rw-r--r--drivers/cpuidle/Kconfig.arm2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpuidle/Kconfig.arm b/drivers/cpuidle/Kconfig.arm
index 334f83e56120..599286fc0b08 100644
--- a/drivers/cpuidle/Kconfig.arm
+++ b/drivers/cpuidle/Kconfig.arm
@@ -99,7 +99,7 @@ config ARM_MVEBU_V7_CPUIDLE
config ARM_TEGRA_CPUIDLE
bool "CPU Idle Driver for NVIDIA Tegra SoCs"
- depends on ARCH_TEGRA && !ARM64
+ depends on (ARCH_TEGRA || COMPILE_TEST) && !ARM64 && MMU
select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP
select ARM_CPU_SUSPEND
help