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