summaryrefslogtreecommitdiff
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorTimo Alho <talho@nvidia.com>2013-10-25 23:49:49 +0300
committerJuha Tukkinen <jtukkinen@nvidia.com>2013-10-28 07:46:53 -0700
commit7f54fbd16212785b346ad959364c674f26deaece (patch)
tree7f681602d3d59e62193172b34ae175cf18587128 /drivers/Makefile
parent2f86343c877ef70ffa0a58e3fd90e3f0b8add83c (diff)
EDP: introduce revised system-EDP framework
This patch introduces a revised system-EDP software framework. Framework consist of following components: * sysedp - central component handling of the book keeping of consumer power consumptions * sysedp_batmon - periodically monitors the state of battery and updates the available budget (in mW) to sysedp framework * sysedp_dynamic_capping - limits the CPU, GPU, and EMC frequencies to ensure that system will operate in the given budget. * sysedp_consumer - A device in the platform that has noticeable peak power consumption is called sysedp consumer. Consumers register themselves to the sysedp framework and inform sysedp when there is a change in their power state Change-Id: I343d8f09082216744da41abe5e749b15cb20417a Signed-off-by: Timo Alho <talho@nvidia.com> Reviewed-on: http://git-master/r/304006 GVS: Gerrit_Virtual_Submit Reviewed-by: Sivaram Nair <sivaramn@nvidia.com> Reviewed-by: Juha Tukkinen <jtukkinen@nvidia.com>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 962047eb7f15..b76476275b47 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -5,7 +5,8 @@
# Rewritten to use lists instead of if-statements.
#
-obj-$(CONFIG_EDP_FRAMEWORK) += edp/
+obj-$(CONFIG_EDP_FRAMEWORK) += edp/
+obj-$(CONFIG_SYSEDP_FRAMEWORK) += edp/
obj-$(CONFIG_CPUQUIET_FRAMEWORK) += cpuquiet/
obj-y += irqchip/