configs: Enable r38 Mali driver
This commit is contained in:
parent
291e406356
commit
5b70558bfb
3 changed files with 10 additions and 18 deletions
|
@ -4270,8 +4270,8 @@ CONFIG_VIDEO_IR_I2C=y
|
|||
#
|
||||
# CONFIG_MALI_DDK_NONE is not set
|
||||
# CONFIG_MALI_DDK_VALHALL_R26P0 is not set
|
||||
CONFIG_MALI_DDK_VALHALL_R32P1=y
|
||||
# CONFIG_MALI_DDK_VALHALL_R38P1 is not set
|
||||
# CONFIG_MALI_DDK_VALHALL_R32P1 is not set
|
||||
CONFIG_MALI_DDK_VALHALL_R38P1=y
|
||||
CONFIG_MALI_MIDGARD=m
|
||||
# CONFIG_MALI_GATOR_SUPPORT is not set
|
||||
# CONFIG_MALI_MIDGARD_DVFS is not set
|
||||
|
|
|
@ -22,7 +22,7 @@ menu "ARM GPU Configuration"
|
|||
|
||||
choice
|
||||
prompt "Mali Version Configuration"
|
||||
default MALI_DDK_VALHALL_R32P1
|
||||
default MALI_DDK_VALHALL_R38P1
|
||||
help
|
||||
Select Mali GPU driver version.
|
||||
|
||||
|
@ -35,6 +35,9 @@ config MALI_DDK_VALHALL_R26P0
|
|||
config MALI_DDK_VALHALL_R32P1
|
||||
bool "Valhall r32p1 driver"
|
||||
|
||||
config MALI_DDK_VALHALL_R38P1
|
||||
bool "Valhall r38p1 driver"
|
||||
|
||||
endchoice
|
||||
|
||||
if MALI_DDK_VALHALL_R26P0
|
||||
|
@ -45,4 +48,8 @@ if MALI_DDK_VALHALL_R32P1
|
|||
source "drivers/gpu/arm/bv_r32p1/Kconfig"
|
||||
endif
|
||||
|
||||
if MALI_DDK_VALHALL_R38P1
|
||||
source "drivers/gpu/arm/bv_r38p1/Kconfig"
|
||||
endif
|
||||
|
||||
endmenu
|
||||
|
|
|
@ -371,19 +371,4 @@ config MALI_HW_ERRATA_1485982_USE_CLOCK_ALTERNATIVE
|
|||
|
||||
endif
|
||||
|
||||
config MALI_ARBITRATION
|
||||
bool "Enable Virtualization reference code"
|
||||
depends on MALI_MIDGARD
|
||||
default n
|
||||
help
|
||||
Enables the build of several reference modules used in the reference
|
||||
virtualization setup for Mali
|
||||
If unsure, say N.
|
||||
|
||||
# if MALI_ARBITRATION
|
||||
# source "drivers/gpu/arm/midgard/arbitration/Kconfig"
|
||||
# endif
|
||||
#
|
||||
# source "drivers/gpu/arm/midgard/tests/Kconfig"
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue