1config DRM_TEGRA 2 bool "NVIDIA Tegra DRM" 3 depends on ARCH_TEGRA || ARCH_MULTIPLATFORM 4 depends on DRM 5 depends on RESET_CONTROLLER 6 select TEGRA_HOST1X 7 select DRM_KMS_HELPER 8 select DRM_KMS_FB_HELPER 9 select DRM_PANEL 10 select FB_SYS_FILLRECT 11 select FB_SYS_COPYAREA 12 select FB_SYS_IMAGEBLIT 13 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 21config DRM_TEGRA_DEBUG 22 bool "NVIDIA Tegra DRM debug support" 23 help 24 Say yes here to enable debugging support. 25 26config 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 34endif 35