summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/Makefile
diff options
context:
space:
mode:
authorJoseph Lo2013-10-11 11:57:32 +0200
committerStephen Warren2013-10-19 00:28:09 +0200
commit24036fdc76f94da594bf7759be46a185726072ea (patch)
treee5914920e53b0a49467ce62c09ff3e678b31d85c /arch/arm/mach-tegra/Makefile
parentARM: tegra: make tegra_resume can work with current and later chips (diff)
downloadkernel-qcow2-linux-24036fdc76f94da594bf7759be46a185726072ea.tar.gz
kernel-qcow2-linux-24036fdc76f94da594bf7759be46a185726072ea.tar.xz
kernel-qcow2-linux-24036fdc76f94da594bf7759be46a185726072ea.zip
ARM: tegra: enable CPU idle for Tegra124
The CPUIdle function of Tegra124 is identical to Tegra114, so we share the same driver with Tegra114. Cc: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Joseph Lo <josephl@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r--arch/arm/mach-tegra/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index 04ca2b3f34c1..de3748ed0b42 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -36,5 +36,8 @@ ifeq ($(CONFIG_CPU_IDLE),y)
obj-$(CONFIG_ARCH_TEGRA_114_SOC) += cpuidle-tegra114.o
endif
obj-$(CONFIG_ARCH_TEGRA_124_SOC) += sleep-tegra30.o
+ifeq ($(CONFIG_CPU_IDLE),y)
+obj-$(CONFIG_ARCH_TEGRA_124_SOC) += cpuidle-tegra114.o
+endif
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += board-paz00.o