blob: 63ebb154b9b5f5c985209d60cdca734315446bec [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)
Thierry Redingdb4fd5192014-10-16 15:40:58 +02004 depends on COMMON_CLK
Stephen Warrene1041ca2013-03-11 16:33:02 -06005 depends on DRM
Stephen Warrenca480802013-11-06 16:20:54 -07006 depends on RESET_CONTROLLER
Thierry Redingd30a91f2013-11-08 11:56:59 +01007 select DRM_KMS_HELPER
Thierry Redingdec72732013-09-03 08:45:46 +02008 select DRM_MIPI_DSI
Thierry Reding9be7d862013-08-30 15:22:36 +02009 select DRM_PANEL
Thierry Redingd30a91f2013-11-08 11:56:59 +010010 select TEGRA_HOST1X
Thierry Redingd8f4a9e2012-11-15 21:28:22 +000011 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
Thierry Redingdee82682013-10-09 10:32:49 +020019config DRM_TEGRA_DEBUG
20 bool "NVIDIA Tegra DRM debug support"
21 help
22 Say yes here to enable debugging support.
23
Terje Bergstromd43f81c2013-03-22 16:34:09 +020024config DRM_TEGRA_STAGING
25 bool "Enable HOST1X interface"
26 depends on STAGING
27 help
28 Say yes if HOST1X should be available for userspace DRM users.
29
30 If unsure, choose N.
31
Thierry Redingd8f4a9e2012-11-15 21:28:22 +000032endif