diff options
author | Michal Pecio <mpecio@nvidia.com> | 2012-08-29 16:40:28 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-14 00:49:39 -0700 |
commit | bcff9ce8ebca1e25e0590f85ac78a7c2d358a66b (patch) | |
tree | 986e4afa43bc5af9ba315b46ca91d905cd9a4136 /drivers/input/Makefile | |
parent | f760936b7a6c946a61df1a644f264b00b6f387f1 (diff) |
cpufreq: add input-cfboost
Add a module which can be used alongside any cpufreq governor to
temporarily raise CPU frequency upon input events.
Change-Id: Id0c69e5c7194c0e27ec176787cdc076b461d749e
Signed-off-by: Michal Pecio <mpecio@nvidia.com>
Reviewed-on: http://git-master/r/122180
Reviewed-by: Satya Popuri <spopuri@nvidia.com>
Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com>
Rebase-Id: R427bcac22db4ffc04b1df133c07cc8bf2fdb0581
Diffstat (limited to 'drivers/input/Makefile')
-rw-r--r-- | drivers/input/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/Makefile b/drivers/input/Makefile index 5ca3f631497f..a91b24b7c7d7 100644 --- a/drivers/input/Makefile +++ b/drivers/input/Makefile @@ -25,3 +25,5 @@ obj-$(CONFIG_INPUT_TOUCHSCREEN) += touchscreen/ obj-$(CONFIG_INPUT_MISC) += misc/ obj-$(CONFIG_INPUT_APMPOWER) += apm-power.o + +obj-$(CONFIG_INPUT_CFBOOST) += input-cfboost.o |