From a486eeced544d37726afbd3e071498f7cd1aaff6 Mon Sep 17 00:00:00 2001 From: Steve Lin Date: Tue, 25 Oct 2011 14:49:11 -0700 Subject: arm: tegra: baseband: add USB modem power management support This platform driver enables the generic USB modem power management support for out-of_band remote wakeup, selective suspend and system suspend/resume. Bug 854339 Reviewed-on: http://git-master/r/44911 (cherry picked from commit f737bc30ee9509a79e499c975b61c5f58bb19bb3) Change-Id: Ibf38afb593fd8097e6152197c816e95e8f457659 Reviewed-on: http://git-master/r/60313 Reviewed-by: Sheshagiri Shenoy Reviewed-by: Steve Lin Tested-by: Steve Lin Rebase-Id: R2bc754d319b388ce477ab7f987352d7f307d11c3 --- arch/arm/mach-tegra/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-tegra/Makefile') diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile index f0273dd28db0..bae2cb8d76cd 100644 --- a/arch/arm/mach-tegra/Makefile +++ b/arch/arm/mach-tegra/Makefile @@ -92,6 +92,7 @@ obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra3_mc.o endif obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra3_tsensor.o obj-$(CONFIG_TEGRA_DYNAMIC_PWRDET) += powerdetect.o +obj-$(CONFIG_TEGRA_USB_MODEM_POWER) += tegra_usb_modem_power.o obj-${CONFIG_TEGRA_SPI_SLAVE} += spi_tegra_slave.o -- cgit v1.2.3