1config DRM_OMAP 2 tristate "OMAP DRM" 3 depends on DRM 4 depends on ARCH_OMAP2PLUS || ARCH_MULTIPLATFORM 5 select OMAP2_DSS 6 select DRM_KMS_HELPER 7 select DRM_KMS_FB_HELPER 8 select FB_SYS_FILLRECT 9 select FB_SYS_COPYAREA 10 select FB_SYS_IMAGEBLIT 11 select FB_SYS_FOPS 12 default n 13 help 14 DRM display driver for OMAP2/3/4 based boards. 15 16if DRM_OMAP 17 18config DRM_OMAP_NUM_CRTCS 19 int "Number of CRTCs" 20 range 1 10 21 default 1 if ARCH_OMAP2 || ARCH_OMAP3 22 default 2 if ARCH_OMAP4 23 help 24 Select the number of video overlays which can be used as framebuffers. 25 The remaining overlays are reserved for video. 26 27source "drivers/gpu/drm/omapdrm/dss/Kconfig" 28source "drivers/gpu/drm/omapdrm/displays/Kconfig" 29 30endif 31