aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/devfreq/Kconfig
diff options
context:
space:
mode:
authorDong Aisheng <aisheng.dong@nxp.com>2021-05-21 11:16:39 +0800
committerChanwoo Choi <cw00.choi@samsung.com>2021-05-21 13:16:21 +0900
commita15fc9aa5b384e305ea25f42f744bb301fe39da0 (patch)
tree22ca69cb16d4b89ef68faedbf3c6eb9f4f0b15eb /drivers/devfreq/Kconfig
parentPM / devfreq: tegra30: Support thermal cooling (diff)
downloadlinux-dev-a15fc9aa5b384e305ea25f42f744bb301fe39da0.tar.xz
linux-dev-a15fc9aa5b384e305ea25f42f744bb301fe39da0.zip
PM / devfreq: imx8m-ddrc: Remove DEVFREQ_GOV_SIMPLE_ONDEMAND dependency
The driver can't support simple ondemand governor due to missing .get_dev_status() capability. Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/devfreq/Kconfig')
-rw-r--r--drivers/devfreq/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig
index 20373a893b44..e87d01c0b76a 100644
--- a/drivers/devfreq/Kconfig
+++ b/drivers/devfreq/Kconfig
@@ -103,7 +103,6 @@ config ARM_IMX8M_DDRC_DEVFREQ
tristate "i.MX8M DDRC DEVFREQ Driver"
depends on (ARCH_MXC && HAVE_ARM_SMCCC) || \
(COMPILE_TEST && HAVE_ARM_SMCCC)
- select DEVFREQ_GOV_SIMPLE_ONDEMAND
select DEVFREQ_GOV_USERSPACE
help
This adds the DEVFREQ driver for the i.MX8M DDR Controller. It allows