From patchwork Thu Oct 7 11:15:54 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Senthilvadivu Guruswamy X-Patchwork-Id: 238001 X-Patchwork-Delegate: tomi.valkeinen@nokia.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o97BG7bT027687 for ; Thu, 7 Oct 2010 11:16:07 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760294Ab0JGLQF (ORCPT ); Thu, 7 Oct 2010 07:16:05 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:57043 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752307Ab0JGLQE (ORCPT ); Thu, 7 Oct 2010 07:16:04 -0400 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id o97BFvJn024857 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 7 Oct 2010 06:15:59 -0500 Received: from linfarm476.india.ti.com (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id o97BFtJ3019017; Thu, 7 Oct 2010 16:45:55 +0530 (IST) Received: from linfarm476.india.ti.com (localhost [127.0.0.1]) by linfarm476.india.ti.com (8.12.11/8.12.11) with ESMTP id o97BFt1E001624; Thu, 7 Oct 2010 16:45:55 +0530 Received: (from a0876342@localhost) by linfarm476.india.ti.com (8.12.11/8.12.11/Submit) id o97BFti8001622; Thu, 7 Oct 2010 16:45:55 +0530 From: Guruswamy Senthilvadivu To: tomi.valkeinen@nokia.com, hvaibhav@ti.com, linux-omap@vger.kernel.org Cc: Senthilvadivu Guruswamy Subject: [PATCH v5 2/3] OMAP: DSS2: OMAPFB: make VRFB depends on OMAP2,3 Date: Thu, 7 Oct 2010 16:45:54 +0530 Message-Id: <1286450155-1460-3-git-send-email-svadivu@ti.com> X-Mailer: git-send-email 1.5.6.6 In-Reply-To: <1286450155-1460-2-git-send-email-svadivu@ti.com> References: <1286450155-1460-1-git-send-email-svadivu@ti.com> <1286450155-1460-2-git-send-email-svadivu@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Thu, 07 Oct 2010 11:16:23 +0000 (UTC) diff --git a/drivers/video/omap2/omapfb/Kconfig b/drivers/video/omap2/omapfb/Kconfig index 43496d6..65149b2 100644 --- a/drivers/video/omap2/omapfb/Kconfig +++ b/drivers/video/omap2/omapfb/Kconfig @@ -3,7 +3,7 @@ menuconfig FB_OMAP2 depends on FB && OMAP2_DSS select OMAP2_VRAM - select OMAP2_VRFB + select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3 select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT