1config DRM_TEGRA 2 tristate "NVIDIA Tegra DRM" 3 depends on ARCH_TEGRA || (ARM && COMPILE_TEST) 4 depends on COMMON_CLK 5 depends on DRM 6 depends on OF 7 select DRM_KMS_HELPER 8 select DRM_MIPI_DSI 9 select DRM_PANEL 10 select TEGRA_HOST1X 11 select IOMMU_IOVA if IOMMU_SUPPORT 12 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 20config DRM_TEGRA_DEBUG 21 bool "NVIDIA Tegra DRM debug support" 22 help 23 Say yes here to enable debugging support. 24 25config 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 33endif 34