gpu: pvr: pdump: remove dbgdrv
[sgx.git] / pvr / Kconfig
1 menuconfig PVR
2         tristate "PowerVR Services"
3         depends on OMAP2_DSS
4
5 if PVR
6
7 choice
8         prompt "Build type"
9         default PVR_RELEASE
10 config PVR_RELEASE
11         bool "Release"
12 config PVR_DEBUG
13         bool "Debug"
14 config PVR_TIMING
15         bool "Timing"
16 endchoice
17
18 config PVR_DEBUG_EXTRA
19         bool "Extra debugging info"
20         depends on PVR_DEBUG
21         help
22             This enables extra debugging facilities on top of what you
23             get with setting debug build type above. This effectively
24             changes the driver's ABI, so the user space clients using
25             the driver need to be built in debug mode as well.
26
27 config PVR_DEBUG_PDUMP
28         bool "PDUMP debug support"
29         depends on PVR
30         default n
31
32 config PVR_EDM_DEBUG
33         depends on PVR
34         bool "Enable EDM trace"
35         default n
36         help
37             This will print the micro kernel (EDM) tracing buffer in case
38             of a HW recovery event. You also need a micro kernel that was
39             configured to generate this trace.
40
41 config PVR_NO_HARDWARE
42         bool
43         default n
44
45 config PVR_FORCE_CLOCKS_ON
46         bool "Force clocks on"
47         depends on !PVR_NO_HARDWARE
48         default n
49
50 config PVR_EXAMPLES
51         tristate "Example code"
52         default n
53
54 endif
55