summaryrefslogtreecommitdiffstats
path: root/drivers/devfreq/Makefile
Commit message (Collapse)AuthorAge
* devfreq: add core kernel directory to include pathTimo Alho2018-07-10
| | | | | | | | | | | | | Add include path pointing to core kernel repository in order for the drivers to include "governor.h" and possibly other local header files from there. Bug 2246029 Change-Id: Ic4e31e51c6ef6fa8b2f9ef6ce19e4ae87f90a1f3 Signed-off-by: Timo Alho <talho@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1774215 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
* devfreq: add Makefile and Kconfig for Nvidia governorsTimo Alho2018-07-05
POD_SCALING, WMARK_ACTIVE, and WMARK_SIMPLE devfreq scaling governors were moved to linux-nvidia repository. Add corresponding Kconfig and Makefile for them. Bug 200427621 Change-Id: Ib6e9416c11c5a6938c472ebf2d9480d85ddd473d Signed-off-by: Timo Alho <talho@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1770155 Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>