blob: 9a28901d07ce61772e6fcd816af2705b6562276b [file] [log] [blame]
Thierry Redingd8f4a9e2012-11-15 21:28:22 +00001config DRM_TEGRA
Terje Bergstrom692e6d72013-03-22 16:34:07 +02002 bool "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
Arto Merilainende2ba662013-03-22 16:34:08 +02005 select FB_SYS_FILLRECT
6 select FB_SYS_COPYAREA
7 select FB_SYS_IMAGEBLIT
Thierry Redingd8f4a9e2012-11-15 21:28:22 +00008 help
9 Choose this option if you have an NVIDIA Tegra SoC.
10
11 To compile this driver as a module, choose M here: the module
12 will be called tegra-drm.
13
14if DRM_TEGRA
15
16config DRM_TEGRA_DEBUG
17 bool "NVIDIA Tegra DRM debug support"
18 help
19 Say yes here to enable debugging support.
20
21endif