Added Smartass Governor
/drivers/cpufreq/Kconfig
blob:ce6ea161ef92d444610dc5a76bed94f5ba7ea517 -> blob:9cd024fea297b51f6a35a2dec6ecbd8e3dbb5169
--- drivers/cpufreq/Kconfig
+++ drivers/cpufreq/Kconfig
@@ -118,22 +118,7 @@ config CPU_FREQ_DEFAULT_GOV_INTERACTIVE
Use the 'interactive' governor as default. This gets full cpu frequency
scaling for workloads that are latency sensitive, typically interactive
workloads..
-config CPU_FREQ_DEFAULT_GOV_SMARTASS
- bool "smartass"
- select CPU_FREQ_GOV_SMARTASS
- select CPU_FREQ_GOV_PERFORMANCE
- help
- Use the CPUFreq governor 'smartass' as default.
-
- endchoice
-
-config CPU_FREQ_GOV_SMARTASS
- tristate "'smartass' cpufreq governor"
- depends on CPU_FREQ
- help
- 'smartass' - a "smart" optimized governor for the hero!
-
- If in doubt, say N.
+endchoice
config CPU_FREQ_GOV_PERFORMANCE
tristate "'performance' governor"