a5ed44b53a68ec3733acd2496cb25862cc9c60a7
[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_EXAMPLES
19         tristate "Example code"
20         default n
21
22 endif
23