Commit a15fc9aa authored by Dong Aisheng's avatar Dong Aisheng Committed by Chanwoo Choi

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: default avatarDong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
parent 5e480ab9
...@@ -103,7 +103,6 @@ config ARM_IMX8M_DDRC_DEVFREQ ...@@ -103,7 +103,6 @@ config ARM_IMX8M_DDRC_DEVFREQ
tristate "i.MX8M DDRC DEVFREQ Driver" tristate "i.MX8M DDRC DEVFREQ Driver"
depends on (ARCH_MXC && HAVE_ARM_SMCCC) || \ depends on (ARCH_MXC && HAVE_ARM_SMCCC) || \
(COMPILE_TEST && HAVE_ARM_SMCCC) (COMPILE_TEST && HAVE_ARM_SMCCC)
select DEVFREQ_GOV_SIMPLE_ONDEMAND
select DEVFREQ_GOV_USERSPACE select DEVFREQ_GOV_USERSPACE
help help
This adds the DEVFREQ driver for the i.MX8M DDR Controller. It allows This adds the DEVFREQ driver for the i.MX8M DDR Controller. It allows
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment