forked from mirrors/linux
		
	Allocate one CRTC for each connected output and get rid of DRM_OMAP_NUM_CRTCS config option. We still can not create more CRTCs than we have DSS display managers. We also reserve one overlay per CRTC for primary plane so we can not have more CRTCs than we have overlays either. Signed-off-by: Jyri Sarha <jsarha@ti.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			326 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			326 B
		
	
	
	
		
			Text
		
	
	
	
	
	
config DRM_OMAP
 | 
						|
	tristate "OMAP DRM"
 | 
						|
	depends on DRM
 | 
						|
	depends on ARCH_OMAP2PLUS || ARCH_MULTIPLATFORM
 | 
						|
	select OMAP2_DSS
 | 
						|
	select DRM_KMS_HELPER
 | 
						|
	default n
 | 
						|
	help
 | 
						|
	  DRM display driver for OMAP2/3/4 based boards.
 | 
						|
 | 
						|
if DRM_OMAP
 | 
						|
 | 
						|
source "drivers/gpu/drm/omapdrm/dss/Kconfig"
 | 
						|
source "drivers/gpu/drm/omapdrm/displays/Kconfig"
 | 
						|
 | 
						|
endif
 |