From 5d8020fa944f4149c58ca52bb0abe7dd153dd58d Mon Sep 17 00:00:00 2001 From: Zhen Chen Date: Tue, 21 Jan 2025 11:10:49 +0800 Subject: [PATCH] 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 --- kernel/configs/bifrost_gpu_gki.config | 5 +++++ kernel/configs/valhall_gpu_gki.config | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 kernel/configs/bifrost_gpu_gki.config create mode 100644 kernel/configs/valhall_gpu_gki.config diff --git a/kernel/configs/bifrost_gpu_gki.config b/kernel/configs/bifrost_gpu_gki.config new file mode 100644 index 000000000000..d86ebe7043a2 --- /dev/null +++ b/kernel/configs/bifrost_gpu_gki.config @@ -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 diff --git a/kernel/configs/valhall_gpu_gki.config b/kernel/configs/valhall_gpu_gki.config new file mode 100644 index 000000000000..a0332f53e2f1 --- /dev/null +++ b/kernel/configs/valhall_gpu_gki.config @@ -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