From 0f3739e0b7d3fd9b4906afa0324eedb4b69a274d Mon Sep 17 00:00:00 2001 From: Finley Xiao Date: Thu, 10 Mar 2022 11:36:28 +0800 Subject: [PATCH] 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 Change-Id: Ied5ac8e70fe195294df2752160ce6e56360f2db8 --- drivers/gpu/arm/bifrost/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/arm/bifrost/Kconfig b/drivers/gpu/arm/bifrost/Kconfig index 2fc53bb2707c..72f4c19fc07a 100644 --- a/drivers/gpu/arm/bifrost/Kconfig +++ b/drivers/gpu/arm/bifrost/Kconfig @@ -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