Skip to content

Commit

Permalink
cpuidle: tegra: Enable compile testing
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dmitry Osipenko authored and Thierry Reding committed Oct 5, 2021
1 parent a602aff commit faae6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpuidle/Kconfig.arm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit faae6c9

Please sign in to comment.