blob: 7a092ea1111ad1e64e5608629a372d303ce314d9 [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
Thierry Redingdee82682013-10-09 10:32:49 +02005 select TEGRA_HOST1X
Thierry Redingd8f4a9e2012-11-15 21:28:22 +00006 select DRM_KMS_HELPER
Arto Merilainende2ba662013-03-22 16:34:08 +02007 select FB_SYS_FILLRECT
8 select FB_SYS_COPYAREA
9 select FB_SYS_IMAGEBLIT
Thierry Redingd8f4a9e2012-11-15 21:28:22 +000010 help
11 Choose this option if you have an NVIDIA Tegra SoC.
12
13 To compile this driver as a module, choose M here: the module
14 will be called tegra-drm.
15
16if DRM_TEGRA
17
Thierry Redingdee82682013-10-09 10:32:49 +020018config DRM_TEGRA_DEBUG
19 bool "NVIDIA Tegra DRM debug support"
20 help
21 Say yes here to enable debugging support.
22
Terje Bergstromd43f81c2013-03-22 16:34:09 +020023config DRM_TEGRA_STAGING
24 bool "Enable HOST1X interface"
25 depends on STAGING
26 help
27 Say yes if HOST1X should be available for userspace DRM users.
28
29 If unsure, choose N.
30
Thierry Redingd8f4a9e2012-11-15 21:28:22 +000031endif