blob: 8267691b7aa35c6376c3fc088eddd655967249b5 [file] [log] [blame]
Thierry Redingd8f4a9e2012-11-15 21:28:22 +00001config DRM_TEGRA
2 tristate "NVIDIA Tegra DRM"
Terje Bergstrom4231c6b2013-03-22 16:34:05 +02003 depends on DRM && OF
Thierry Redingd8f4a9e2012-11-15 21:28:22 +00004 select DRM_KMS_HELPER
5 select DRM_GEM_CMA_HELPER
6 select DRM_KMS_CMA_HELPER
Thierry Redingd8f4a9e2012-11-15 21:28:22 +00007 select FB_CFB_FILLRECT
8 select FB_CFB_COPYAREA
9 select FB_CFB_IMAGEBLIT
10 help
11 Choose this option if you have an NVIDIA Tegra SoC.
12
13 To compile this driver as a module, choose M here: the module
14 will be called tegra-drm.
15
16if DRM_TEGRA
17
18config DRM_TEGRA_DEBUG
19 bool "NVIDIA Tegra DRM debug support"
20 help
21 Say yes here to enable debugging support.
22
23endif