aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/cdv/Kconfig
blob: 75cf7e8ba5d4bf6cb7fdcfef6c537a960e4ec2bb (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
40
41
42
43
44
45
46
47
48
49
50
#
# Drm device configuration
#
# This driver provides support for the
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
#

config DRM_INTEL_CDV
	tristate "Intel CDV (load along with IMG driver)"
	depends on DRM && PCI
	select FB_CFB_COPYAREA
        select FB_CFB_FILLRECT
        select FB_CFB_IMAGEBLIT
        select DRM_KMS_HELPER
        select DRM_TTM
	help
          Choose this option if you have a Cedarview platform.
          If M is selected the module will be called cedarview_gfx.

choice 
	prompt "Build IMG kernel service as "
	depends on DRM_INTEL_CDV
	default DRM_CDV_RELEASE

config DRM_CDV_RELEASE
	bool "Release"
	depends on DRM_INTEL_CDV
	help
	  Build IMG kernel services as release version.

config DRM_CDV_DEBUG
	bool "Debug"
	depends on DRM_INTEL_CDV
	help
	  Build IMG kernel services as debug version.	
endchoice

if DRM_CDV_DEBUG

config DRM_PVR_PDUMP
 	bool "Enable PDump Debug"
 	help
 	  Build the PVR driver with PDUMP feature. At most cases it should be N.

config DRM_PVR_TRACE
	bool "Enable PVR Service Trace"
	help
	  Enable PVR service call trace. If unsure, it should be N.

endif