From bcff9ce8ebca1e25e0590f85ac78a7c2d358a66b Mon Sep 17 00:00:00 2001 From: Michal Pecio Date: Wed, 29 Aug 2012 16:40:28 -0700 Subject: 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 Reviewed-on: http://git-master/r/122180 Reviewed-by: Satya Popuri Reviewed-by: Diwakar Tundlam Rebase-Id: R427bcac22db4ffc04b1df133c07cc8bf2fdb0581 --- drivers/input/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/input/Makefile') 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 -- cgit v1.2.3