From patchwork Thu Sep 24 10:27:42 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Govindraj.R" X-Patchwork-Id: 49776 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n8OAT3JV004292 for ; Thu, 24 Sep 2009 10:29:03 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751925AbZIXK1p (ORCPT ); Thu, 24 Sep 2009 06:27:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751894AbZIXK1p (ORCPT ); Thu, 24 Sep 2009 06:27:45 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:50694 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751873AbZIXK1k (ORCPT ); Thu, 24 Sep 2009 06:27:40 -0400 Received: from dlep33.itg.ti.com ([157.170.170.112]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id n8OARheT025206; Thu, 24 Sep 2009 05:27:43 -0500 Received: from webmail.ti.com (localhost [127.0.0.1]) by dlep33.itg.ti.com (8.13.7/8.13.7) with ESMTP id n8OAReLC028998; Thu, 24 Sep 2009 05:27:41 -0500 (CDT) Received: from 192.168.10.89 (proxying for 10.24.255.17) (SquirrelMail authenticated user x0100947); by dbdmail.itg.ti.com with HTTP; Thu, 24 Sep 2009 15:57:42 +0530 (IST) Message-ID: <65505.192.168.10.89.1253788062.squirrel@dbdmail.itg.ti.com> Date: Thu, 24 Sep 2009 15:57:42 +0530 (IST) Subject: [PATCHv1 3/3] OMAP UART: Add omap-serial driver support in omap_3430sdp_defconfig From: "Govindraj.R" To: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 X-Priority: 3 (Normal) Importance: Normal Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From: Govindraj R This patch adds omap-serial driver support for 3430SDP. Signed-off-by: Govindraj R --- arch/arm/configs/omap_3430sdp_defconfig | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/configs/omap_3430sdp_defconfig b/arch/arm/configs/omap_3430sdp_defconfig index 8a4a7e2..787d52e 100644 --- a/arch/arm/configs/omap_3430sdp_defconfig +++ b/arch/arm/configs/omap_3430sdp_defconfig @@ -880,6 +880,7 @@ CONFIG_SERIAL_8250_RSA=y # CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE_CONSOLE=y +# CONFIG_SERIAL_OMAP is not set CONFIG_UNIX98_PTYS=y # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set # CONFIG_LEGACY_PTYS is not set