From 6b2ea2506df17fd25443a3fc45218541c7eafad5 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti de Araujo Date: Thu, 5 May 2011 21:21:54 -0300 Subject: OMAP: DRM: Using same numbers of CRTCS and PIPES for OMAP 3 and 4 So we avoid having on extra vout resource when we enable both ARCH_OMAP3 and ARCH_OMAP4. Signed-off-by: Ricardo Salveti de Araujo --- drivers/gpu/drm/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drivers') diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index be8184dac87..fdef87b1371 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -184,8 +184,7 @@ config DRM_OMAP config DRM_OMAP_NUM_CRTCS int "Number of CRTCs" range 1 10 - default 1 if ARCH_OMAP2 || ARCH_OMAP3 - default 2 if ARCH_OMAP4 + default 1 depends on DRM_OMAP help Select the number of video overlays which can be used as framebuffers. -- cgit v1.2.3