From: Dong Aisheng Date: Fri, 21 May 2021 03:16:39 +0000 (+0800) Subject: PM / devfreq: imx8m-ddrc: Remove DEVFREQ_GOV_SIMPLE_ONDEMAND dependency X-Git-Tag: v5.14-rc1~144^2^3^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a15fc9aa5b384e305ea25f42f744bb301fe39da0;p=thirdparty%2Flinux.git 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 Signed-off-by: Chanwoo Choi --- diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig index 20373a893b445..e87d01c0b76a5 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