configs: rockchip: add bifrost_gpu_gki.config and valhall_gpu_gki.config

In order to have better compatibility with the Android build method,
the configurations for Bifrost and Valhall GPUs for GKI build
are respectively deployed in the aforementioned config files.

Change-Id: Id99944e8fa17c986e585855d86b3c8eddec3b906
Signed-off-by: Zhen Chen <chenzhen@rock-chips.com>
This commit is contained in:
Zhen Chen
2025-01-21 11:10:49 +08:00
committed by Tao Huang
parent 513da3827c
commit 5d8020fa94
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# CONFIG_MALI_CSF_SUPPORT is not set
CONFIG_MALI_BIFROST=m
CONFIG_MALI_PLATFORM_NAME="rk"
CONFIG_MALI_BIFROST_EXPERT=y
CONFIG_MALI_BIFROST_DEBUG=y

View File

@@ -0,0 +1,5 @@
# CONFIG_MALI_CSF_SUPPORT is not set
CONFIG_MALI_VALHALL=m
CONFIG_MALI_VALHALL_PLATFORM_NAME="rk"
CONFIG_MALI_VALHALL_EXPERT=y
CONFIG_MALI_VALHALL_DEBUG=y