Multiple Ondemand commits merged into one
/drivers/cpufreq/Kconfig
blob:ee65bf6b0a91a403daa3c6f0fd0f0c62c64697f7 -> blob:9294cfc3bfc630753ec93fab419940303e227fc2
--- drivers/cpufreq/Kconfig
+++ drivers/cpufreq/Kconfig
@@ -279,6 +279,14 @@ config CPU_FREQ_GOV_ONDEMAND
If in doubt, say N.
+config CPU_FREQ_GOV_ONDEMAND_INPUT
+ bool "Ramp up CPU frequency on input events"
+ default y
+ depends on CPU_FREQ_GOV_ONDEMAND
+ help
+ Enable installation of an input event handler which will ramp up the
+ CPU to max frequency when an input event is received.
+
config CPU_FREQ_GOV_INTERACTIVE
tristate "'interactive' cpufreq policy governor"
help