summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Makefile
diff options
context:
space:
mode:
authorSteve Lin <stlin@nvidia.com>2011-10-25 14:49:11 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 00:57:47 -0700
commita15f21522ee1fb32721e5ddcb7ff15d04d228176 (patch)
tree532a097df2cfabce142d94ea489fb9847a8d6d02 /arch/arm/mach-tegra/Makefile
parent30bc2a41e6105dfb89617929dd1585045d63aa70 (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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index fd6bbc72b976..a44d7576cc96 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -73,6 +73,7 @@ obj-$(CONFIG_DEBUG_ICEDCC) += sysfs-dcc.o
obj-$(CONFIG_TEGRA_CLUSTER_CONTROL) += sysfs-cluster.o
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_ARCH_TEGRA_2x_SOC) += board-dt-tegra20.o
obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += board-dt-tegra30.o