From patchwork Tue Jan 29 02:40:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 2058851 Return-Path: X-Original-To: patchwork-linux-fbdev@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 8502D3FD49 for ; Tue, 29 Jan 2013 02:48:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753359Ab3A2CsI (ORCPT ); Mon, 28 Jan 2013 21:48:08 -0500 Received: from mail-gh0-f177.google.com ([209.85.160.177]:41467 "EHLO mail-gh0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752773Ab3A2CsI (ORCPT ); Mon, 28 Jan 2013 21:48:08 -0500 Received: by mail-gh0-f177.google.com with SMTP id g22so529215ghb.8 for ; Mon, 28 Jan 2013 18:48:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer; bh=mrDiOTjRpCltwa1cjm/BG+kP4RdNev5UItcljvhkldA=; b=mA65aayu+SQNpaSAmi0vlxd15GHB9Obm56+WJFVmqJSMQbFyiRzpMBrMKrq/OiachL RhGFlAmeZNxKiIAk3eWc8P/sEMnLaH752f14EomHr5LRIRi3xaXRSnaq3VQDFyplUymN juGPBPPwvV3BrHk3BXDpVcroqnf9ciTfli1mhfaFzKF020Gse34C0L90ZGk98XoYe+2W BVTPqdgr8D+Xjkxort4tF8J7iLSevSalT7MCjl0kiNtoSvjsy45GuD7WvaWnlIsWPQZX 6TJf+JrfwXFLCJaB8dYfh2F39q8YCTXFoVc4BeAlVFfzVaen0QVvkfze7qZlprb8BAzY JOAQ== X-Received: by 10.101.4.8 with SMTP id g8mr5034703ani.66.1359427268297; Mon, 28 Jan 2013 18:41:08 -0800 (PST) Received: from fabio-Latitude-E6410.cps.virtua.com.br ([201.82.74.153]) by mx.google.com with ESMTPS id l51sm12168906yhh.16.2013.01.28.18.41.06 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 28 Jan 2013 18:41:07 -0800 (PST) From: Fabio Estevam To: akpm@linux-foundation.org Cc: shawn.guo@linaro.org, s.hauer@pengutronix.de, linux-fbdev@vger.kernel.org, Fabio Estevam Subject: [PATCH RESEND v2] video: Kconfig: Specify the SoCs that make use of FB_IMX Date: Tue, 29 Jan 2013 00:40:59 -0200 Message-Id: <1359427259-21030-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org From: Fabio Estevam FB_IMX is the framebuffer driver used by MX1, MX21, MX25 and MX27 processors. Pass this information to the Kconfig text to make it clear. Acked-by: Sascha Hauer Signed-off-by: Fabio Estevam --- Changes since v1: - Add mx1/21 to the list. drivers/video/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 0cff083..f0c53b2 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -364,7 +364,7 @@ config FB_SA1100 Y here. config FB_IMX - tristate "Freescale i.MX LCD support" + tristate "Freescale i.MX1/21/25/27 LCD support" depends on FB && IMX_HAVE_PLATFORM_IMX_FB select FB_CFB_FILLRECT select FB_CFB_COPYAREA