blob: 71895f6392655a0ba48af2b76ab61d718cdcc8d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
config SGX_OMAP3630
tristate "PowerVR SGX for OMAP3630"
depends on ARCH_OMAP3
help
Support for the PowerVR SGX 3D core with OMAP 3630.
config SGX_SYNC
depends on SGX_OMAP3630 && SW_SYNC
bool "Andorid soft-synchronization objects"
default n
help
Support Android Frameworks Native Sync
choice
prompt "PowerVR build type"
default SGX_BUILD_RELEASE
config SGX_BUILD_RELEASE
depends on SGX_OMAP3630
bool "SGX RELEASE"
help
SGX Release Build.
config SGX_BUILD_DEBUG
depends on SGX_OMAP3630
bool "SGX DEBUG"
help
SGX Debug Build.
endchoice
config SGX_PDUMP
depends on SGX_OMAP3630
bool "PowerVR SGX Parameter Dump"
default n
help
This option enables the PDump (Parameter Dump) build to debug
the SGX driver. The user side of the driver must be built with
this option enabled as well.
|