summaryrefslogtreecommitdiff
path: root/drivers/devfreq
diff options
context:
space:
mode:
authorSultanxda <sultanxda@gmail.com>2017-12-31 21:34:03 -0800
committerMichael Bestas <mkbestas@lineageos.org>2019-12-23 23:43:37 +0200
commit382b3804ce5f38c299ee01c7a4a3477c4694e82d (patch)
treea364723903e5c1c6ecb8d6423db3b84e65cc5f85 /drivers/devfreq
parent703ef7368e6b02fb0f6ab1591a87e0d492ce6229 (diff)
devfreq: Don't force compilation of userspace governor
Change-Id: I540ed4fe4bef8f059e577c59a839b27ddee78345 Signed-off-by: Sultanxda <sultanxda@gmail.com>
Diffstat (limited to 'drivers/devfreq')
-rw-r--r--drivers/devfreq/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig
index 396f66bb28d1..459cbaee990f 100644
--- a/drivers/devfreq/Kconfig
+++ b/drivers/devfreq/Kconfig
@@ -210,7 +210,6 @@ config DEVFREQ_SIMPLE_DEV
tristate "Device driver for simple clock device with no status info"
select DEVFREQ_GOV_PERFORMANCE
select DEVFREQ_GOV_POWERSAVE
- select DEVFREQ_GOV_USERSPACE
select DEVFREQ_GOV_CPUFREQ
help
Device driver for simple devices that control their frequency using
@@ -221,7 +220,6 @@ config QCOM_DEVFREQ_DEVBW
depends on ARCH_QCOM
select DEVFREQ_GOV_PERFORMANCE
select DEVFREQ_GOV_POWERSAVE
- select DEVFREQ_GOV_USERSPACE
select DEVFREQ_GOV_CPUFREQ
default n
help