blob: 7a3e8ae906318e3ccf2bc3b147131e91068d1966 [file] [log] [blame]
Thierry Redingd8f4a9e2012-11-15 21:28:22 +00001config DRM_TEGRA
Thierry Redingfac8f152013-11-08 11:43:15 +01002 tristate "NVIDIA Tegra DRM"
Thierry Reding158b50a2013-11-20 20:39:35 +01003 depends on ARCH_TEGRA || (ARM && COMPILE_TEST)
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
Thierry Reding9be7d862013-08-30 15:22:36 +02009 select DRM_PANEL
Arto Merilainende2ba662013-03-22 16:34:08 +020010 select FB_SYS_FILLRECT
11 select FB_SYS_COPYAREA
12 select FB_SYS_IMAGEBLIT
Thierry Redingd8f4a9e2012-11-15 21:28:22 +000013 help
14 Choose this option if you have an NVIDIA Tegra SoC.
15
16 To compile this driver as a module, choose M here: the module
17 will be called tegra-drm.
18
19if DRM_TEGRA
20
Thierry Redingdee82682013-10-09 10:32:49 +020021config DRM_TEGRA_DEBUG
22 bool "NVIDIA Tegra DRM debug support"
23 help
24 Say yes here to enable debugging support.
25
Terje Bergstromd43f81c2013-03-22 16:34:09 +020026config DRM_TEGRA_STAGING
27 bool "Enable HOST1X interface"
28 depends on STAGING
29 help
30 Say yes if HOST1X should be available for userspace DRM users.
31
32 If unsure, choose N.
33
Thierry Redingd8f4a9e2012-11-15 21:28:22 +000034endif