@@ -27,67 +27,11 @@ choice
2727 help
2828 Select the gpu support version.
2929
30- config MALI_BIFROST_R10P0
31- depends on MALI_DDK_VERSION
32- bool "Bifrost r10p0 driver"
33-
34- config MALI_BIFROST_R12P0
35- depends on MALI_DDK_VERSION
36- bool "Bifrost r12p0 driver"
37-
38- config MALI_BIFROST_R14P0
39- depends on MALI_DDK_VERSION
40- bool "Bifrost r14p0 driver"
41-
42- config MALI_BIFROST_R16P0
43- depends on MALI_DDK_VERSION
44- bool "Bifrost r16p0 driver"
45-
46- config MALI_BIFROST_R19P0_Q
47- depends on MALI_DDK_VERSION
48- bool "Bifrost r19p0 driver for Android Q"
49-
50- config MALI_BIFROST_R26P0
51- depends on MALI_DDK_VERSION
52- bool "Bifrost r26p0 driver for Android R"
53-
54- config MALI_BIFROST_R32P1
55- depends on MALI_DDK_VERSION
56- bool "Bifrost r32p1 driver for Android S"
57-
5830config MALI_BIFROST_R38P1
5931 depends on MALI_DDK_VERSION
6032 bool "Bifrost r38p1 driver for Android T"
6133endchoice
6234
63- if MALI_BIFROST_R10P0
64- source "drivers/gpu/arm/b_r10p0/Kconfig"
65- endif
66-
67- if MALI_BIFROST_R12P0
68- source "drivers/gpu/arm/b_r12p0/Kconfig"
69- endif
70-
71- if MALI_BIFROST_R14P0
72- source "drivers/gpu/arm/b_r14p0/Kconfig"
73- endif
74-
75- if MALI_BIFROST_R16P0
76- source "drivers/gpu/arm/b_r16p0/Kconfig"
77- endif
78-
79- if MALI_BIFROST_R19P0_Q
80- source "drivers/gpu/arm/b_r19p0/Kconfig"
81- endif
82-
83- if MALI_BIFROST_R26P0
84- source "drivers/gpu/arm/b_r26p0/Kconfig"
85- endif
86-
87- if MALI_BIFROST_R32P1
88- source "drivers/gpu/arm/bv_r32p1/Kconfig"
89- endif
90-
9135if MALI_BIFROST_R38P1
9236source "drivers/gpu/arm/bv_r38p1/Kconfig"
9337endif
0 commit comments