Skip to content

Commit ebb63d2

Browse files
Caesar-githubrkhuangtao
authored andcommitted
arm64: rockchip_linux_defconfig: enable BIFROST Mali for linux
In order to support the rk3326 mali on linux platform, enabling the BIFROST Mali config for linux. As the mali driver had supported for linux with the below commits[0]. And the linux platform didn't need to loade the mali module for working. commits[0]: 2aee160 MALI: bifrost: RK: There are a few modifications in some 'Kbuild' and 'Kconfig' files. e5ccb3a MALI: bifrost: RK: add separate src dir of Bifrost driver for RK Linux device Change-Id: I1cbd8515aab8a7bd23ab31db1743a4b8c723d81d Signed-off-by: Caesar Wang <wxt@rock-chips.com>
1 parent 7920ebf commit ebb63d2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

arch/arm64/configs/rockchip_linux_defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,8 @@ CONFIG_MALI_EXPERT=y
328328
CONFIG_MALI_PLATFORM_THIRDPARTY=y
329329
CONFIG_MALI_PLATFORM_THIRDPARTY_NAME="rk"
330330
CONFIG_MALI_DEBUG=y
331-
CONFIG_MALI_BIFROST=m
331+
CONFIG_MALI_BIFROST_FOR_LINUX=y
332+
CONFIG_MALI_BIFROST=y
332333
CONFIG_MALI_BIFROST_DEVFREQ=y
333334
CONFIG_MALI_PLATFORM_NAME="rk"
334335
CONFIG_MALI_BIFROST_EXPERT=y

0 commit comments

Comments
 (0)