diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2021-09-12 23:29:06 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2021-10-05 19:11:40 +0200 |
commit | faae6c9f2e68e62687636a7d6e0517b3bf594add (patch) | |
tree | a91e224cf2858ea9a65216c56fd1d99bbe55f669 /drivers | |
parent | a602affa13428e3fd16a1443abeba30d1e451f48 (diff) |
cpuidle: tegra: Enable compile testing
Enable compile testing of tegra-cpuidle driver.
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/cpuidle/Kconfig.arm | 2 |
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 |