summaryrefslogtreecommitdiff
path: root/drivers/devfreq/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@codeaurora.org>2014-08-04 13:40:41 -0500
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:03:49 -0700
commitd36a8114335d8b25b5ba2b152cdb44c3822efc30 (patch)
treef3a8e0f55a67144dfe35809e10cee05548c6deeb /drivers/devfreq/Makefile
parentf58e24d9c81ec84d1c04dc47409ded90523e6960 (diff)
PM / devfreq: Add MSM BIMC bwmon support for bw_hwmon governor
This is a snapshot of the MSM BIMC bwmon driver as of msm-3.10 commit: acdce027751d5a7488b283f0ce3111f873a5816d (Merge "defconfig: arm64: Enable ONESHOT_SYNC for msm8994") Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'drivers/devfreq/Makefile')
-rw-r--r--drivers/devfreq/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/devfreq/Makefile b/drivers/devfreq/Makefile
index 0355e733bdd8..f18ddfbfe677 100644
--- a/drivers/devfreq/Makefile
+++ b/drivers/devfreq/Makefile
@@ -7,6 +7,7 @@ obj-$(CONFIG_DEVFREQ_GOV_USERSPACE) += governor_userspace.o
obj-$(CONFIG_DEVFREQ_GOV_QCOM_ADRENO_TZ) += governor_msm_adreno_tz.o
obj-$(CONFIG_DEVFREQ_GOV_CPUFREQ) += governor_cpufreq.o
obj-$(CONFIG_ARCH_MSM_KRAIT) += krait-l2pm.o
+obj-$(CONFIG_MSM_BIMC_BWMON) += bimc-bwmon.o
obj-$(CONFIG_DEVFREQ_GOV_MSM_BW_HWMON) += governor_bw_hwmon.o
obj-$(CONFIG_DEVFREQ_GOV_MSM_CACHE_HWMON) += governor_cache_hwmon.o