blob: 8db9b3bce001fd5dd15e4de157a09d1f9b242ff4 [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"
Thierry Redingdee82682013-10-09 10:32:49 +02003 depends on ARCH_TEGRA || ARCH_MULTIPLATFORM
Stephen Warrene1041ca2013-03-11 16:33:02 -06004 depends on DRM
Stephen Warrenca480802013-11-06 16:20:54 -07005 depends on RESET_CONTROLLER
Thierry Redingdee82682013-10-09 10:32:49 +02006 select TEGRA_HOST1X
Thierry Redingd8f4a9e2012-11-15 21:28:22 +00007 select DRM_KMS_HELPER
Daniel Vetter92b6f892013-10-08 17:44:47 +02008 select DRM_KMS_FB_HELPER
Arto Merilainende2ba662013-03-22 16:34:08 +02009 select FB_SYS_FILLRECT
10 select FB_SYS_COPYAREA
11 select FB_SYS_IMAGEBLIT
Thierry Redingd8f4a9e2012-11-15 21:28:22 +000012 help
13 Choose this option if you have an NVIDIA Tegra SoC.
14
15 To compile this driver as a module, choose M here: the module
16 will be called tegra-drm.
17
18if DRM_TEGRA
19
Thierry Redingdee82682013-10-09 10:32:49 +020020config DRM_TEGRA_DEBUG
21 bool "NVIDIA Tegra DRM debug support"
22 help
23 Say yes here to enable debugging support.
24
Terje Bergstromd43f81c2013-03-22 16:34:09 +020025config DRM_TEGRA_STAGING
26 bool "Enable HOST1X interface"
27 depends on STAGING
28 help
29 Say yes if HOST1X should be available for userspace DRM users.
30
31 If unsure, choose N.
32
Thierry Redingd8f4a9e2012-11-15 21:28:22 +000033endif