MALI: bifrost: Kconfig: Don't select PM_DEVFREQ and DEVFREQ_THERMAL

If use savedefconfig to update defconfig, PM_DEVFREQ and DEVFREQ_THERMAL
will be removed, and dmc and opp_select also depend on PM_DEVFREQ,
enable them default.

Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Change-Id: Ied5ac8e70fe195294df2752160ce6e56360f2db8
This commit is contained in:
Finley Xiao
2022-03-10 11:36:28 +08:00
committed by Tao Huang
parent 115afc3bb5
commit 0f3739e0b7

View File

@@ -22,8 +22,6 @@ menuconfig MALI_BIFROST
tristate "Mali Bifrost series support"
select GPU_TRACEPOINTS if ANDROID
select DMA_SHARED_BUFFER
select PM_DEVFREQ
select DEVFREQ_THERMAL
select FW_LOADER
default n
help