From 2022e503aedf36ceee2b65206af1ecd7cbfac2bd Mon Sep 17 00:00:00 2001 From: Joonyoung Shim Date: Thu, 11 Aug 2016 14:01:38 +0900 Subject: [PATCH] ARM: tizen_rinato_defconfig: Disable MALI_DVFS MALI_DVFS is internal DVFS feature of mali400. Now we use specific DVFS(USING_GPU_UTILIZATION) and USING_GPU_UTILIZATION conflicts with MALI_DVFS, so disable MALI_DVFS config. Change-Id: Iebef1cddfecfa968d2b19b8b0af7ba5ae017c841 Signed-off-by: Joonyoung Shim --- arch/arm/configs/tizen_rinato_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/tizen_rinato_defconfig b/arch/arm/configs/tizen_rinato_defconfig index 8f2219ab3696..a73345c18a2d 100644 --- a/arch/arm/configs/tizen_rinato_defconfig +++ b/arch/arm/configs/tizen_rinato_defconfig @@ -1874,7 +1874,7 @@ CONFIG_MALI400=y CONFIG_MALI400_DEBUG=y # CONFIG_MALI400_PROFILING is not set # CONFIG_MALI400_UMP is not set -CONFIG_MALI_DVFS=y +# CONFIG_MALI_DVFS is not set # CONFIG_MALI_VER_R4P0_REL0 is not set CONFIG_MALI_DMA_BUF_MAP_ON_ATTACH=y # CONFIG_MALI_SHARED_INTERRUPTS is not set -- 2.34.1