projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a602aff
)
cpuidle: tegra: Enable compile testing
author
Dmitry Osipenko
<digetx@gmail.com>
Sun, 12 Sep 2021 20:29:06 +0000
(23:29 +0300)
committer
Thierry Reding
<treding@nvidia.com>
Tue, 5 Oct 2021 17:11:40 +0000
(19:11 +0200)
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>
drivers/cpuidle/Kconfig.arm
patch
|
blob
|
history
diff --git
a/drivers/cpuidle/Kconfig.arm
b/drivers/cpuidle/Kconfig.arm
index 334f83e56120c0022311c9f3f11ecaad5d0e67d7..599286fc0b08c201330d55ecdfb6f8d873c30fa6 100644
(file)
--- 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