mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
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:
5
kernel/configs/bifrost_gpu_gki.config
Normal file
5
kernel/configs/bifrost_gpu_gki.config
Normal 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
|
||||
5
kernel/configs/valhall_gpu_gki.config
Normal file
5
kernel/configs/valhall_gpu_gki.config
Normal 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
|
||||
Reference in New Issue
Block a user