diff options
author | Steve Lin <stlin@nvidia.com> | 2011-10-25 14:49:11 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2011-11-30 21:49:34 -0800 |
commit | a486eeced544d37726afbd3e071498f7cd1aaff6 (patch) | |
tree | 3ad6d283d4d4943c3a81b1215545f4b46e351cf0 /arch/arm/mach-tegra/Makefile | |
parent | 0521c3bd69c0078909adb300bd5ad5a0d8503407 (diff) |
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 <sshenoy@nvidia.com>
Reviewed-by: Steve Lin <stlin@nvidia.com>
Tested-by: Steve Lin <stlin@nvidia.com>
Rebase-Id: R2bc754d319b388ce477ab7f987352d7f307d11c3
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r-- | arch/arm/mach-tegra/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |