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 FB_SYS_FILLRECT 10 select FB_SYS_COPYAREA 11 select FB_SYS_IMAGEBLIT 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