Skip to content
Permalink
Browse files
cpuidle: tegra: Enable compile testing
Enable compile testing of tegra-cpuidle driver.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
  • Loading branch information
digetx authored and intel-lab-lkp committed Jun 6, 2021
1 parent 93a1844 commit 53a9ab1dfd605ffae44d67f01a07a18b8ecbb1be
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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
select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP
select ARM_CPU_SUSPEND
help

0 comments on commit 53a9ab1

Please sign in to comment.