From cec8f849bf140ba42ae8aed6c8de199e04703458 Mon Sep 17 00:00:00 2001 From: Zhixiong Lin Date: Wed, 28 Apr 2021 14:37:12 +0800 Subject: [PATCH] arm64: rockchip_defconfig: Enable CONFIG_MALI_CSF_SUPPORT Enable this to support RK3588 GPU. But RK3568 GPU should disable this config. Signed-off-by: Zhixiong Lin Signed-off-by: Zhen Chen Change-Id: I78c165329c9cbc8565af26494c6034dcc704ad66 --- arch/arm64/configs/rockchip_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/rockchip_defconfig b/arch/arm64/configs/rockchip_defconfig index 8018ff1f5045..b3ac15fe43c6 100644 --- a/arch/arm64/configs/rockchip_defconfig +++ b/arch/arm64/configs/rockchip_defconfig @@ -602,6 +602,7 @@ CONFIG_MALI_DEBUG=y CONFIG_MALI_PWRSOFT_765=y CONFIG_MALI_BIFROST=y CONFIG_MALI_PLATFORM_NAME="rk" +CONFIG_MALI_CSF_SUPPORT=y CONFIG_MALI_BIFROST_EXPERT=y CONFIG_MALI_BIFROST_DEBUG=y CONFIG_BACKLIGHT_CLASS_DEVICE=y