arm64: configs: add rockchip_linux_bifrost.config

for linux platform bifrost can not compatible with mali config

Update by:
make ARCH=arm64 rockchip_linux_defconfig
cp .config rockchip_linux.config
make ARCH=arm64 menuconfig
scripts/diffconfig -m rockchip_linux.config .config >
arch/arm64/configs/rockchip_linux_bifrost.config

Usage:
make ARCH=arm64 rockchip_linux_defconfig rockchip_linux_bifrost.config

Signed-off-by: Hans Yang <yhx@rock-chips.com>
Change-Id: Ic5def57928c631c96754bb4dd76404d8cbd1e2e6
This commit is contained in:
Hans Yang
2020-11-12 17:13:39 +08:00
committed by Tao Huang
parent 621e295887
commit b506c435ff

View File

@@ -0,0 +1,12 @@
CONFIG_MALI_BIFROST=y
# CONFIG_MALI_MIDGARD is not set
# CONFIG_MALI_ARBITER_SUPPORT is not set
CONFIG_MALI_BIFROST_DEVFREQ=y
# CONFIG_MALI_BIFROST_DMA_FENCE is not set
# CONFIG_MALI_BIFROST_ENABLE_TRACE is not set
# CONFIG_MALI_BIFROST_EXPERT is not set
# CONFIG_MALI_BIFROST_GATOR_SUPPORT is not set
# CONFIG_MALI_DMA_BUF_LEGACY_COMPAT is not set
# CONFIG_MALI_DMA_BUF_MAP_ON_DEMAND is not set
# CONFIG_MALI_GEM5_BUILD is not set
CONFIG_MALI_PLATFORM_NAME="rk"