From patchwork Wed Nov 11 07:11:26 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: afzal mohammed X-Patchwork-Id: 7594081 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id B76E79F392 for ; Wed, 11 Nov 2015 07:14:05 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E6259205E4 for ; Wed, 11 Nov 2015 07:14:04 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E4148205DF for ; Wed, 11 Nov 2015 07:14:03 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZwPZa-00032W-7H; Wed, 11 Nov 2015 07:12:02 +0000 Received: from mail-pa0-x244.google.com ([2607:f8b0:400e:c03::244]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZwPZX-0002p8-7f for linux-arm-kernel@lists.infradead.org; Wed, 11 Nov 2015 07:11:59 +0000 Received: by pacfl14 with SMTP id fl14so3088618pac.1 for ; Tue, 10 Nov 2015 23:11:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=DXcsobs8YblIM4IhEy3y4dcbZjHdfOM7n8rownpfUwc=; b=kV2JQVrHd5BewC+9UW7fn61qLjuAJQXNDFb//iFak7b8x4S3oPJFQZmWAL/E8PA31o N8CJ5KqwKD2v37RuBi/bnu07YtVk/srYP5hu7cC5TZ0kSu84y4hSoM5Z1ga9FD4aiBFt Aj0ISx9PaLHWn7Xy6P/45IQOmnehrZ9Mb9QJ+jdhX9fgnVWHh0vxbtelILS//NTECLlg aFQQI1DGDdXS+f0mqWBzOQTLpUjx9q5qW0rb6mWtuCl0hlt483aWPfKcSAD3zdwFd+4m R6ZU5QX0VFnUnhL0cds/HOhhGOXfKxIdEahUJNFpWl4ySt1NbxTDi7tcwJ4G/klkCREa p1dA== X-Received: by 10.66.100.166 with SMTP id ez6mr12239222pab.49.1447225897804; Tue, 10 Nov 2015 23:11:37 -0800 (PST) Received: from localhost.localdomain ([182.156.48.95]) by smtp.gmail.com with ESMTPSA id at5sm1168290pbc.32.2015.11.10.23.11.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 10 Nov 2015 23:11:37 -0800 (PST) From: Afzal Mohammed To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Russell King Subject: [PATCH] ARM: OMAP2+: AM43x debug_ll Kconfig help Date: Wed, 11 Nov 2015 12:41:26 +0530 Message-Id: <1447225886-2940-1-git-send-email-afzal.mohd.ma@gmail.com> X-Mailer: git-send-email 2.5.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151110_231159_374329_94A10968 X-CRM114-Status: UNSURE ( 9.96 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tony Lindgren , Afzal Mohammed MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Mention about AM43x debug_ll ports - same as AM335x. Signed-off-by: Afzal Mohammed --- arch/arm/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 259c0ca9c99a..adc40fccfafa 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -689,7 +689,7 @@ choice select DEBUG_OMAP2PLUS_UART config DEBUG_AM33XXUART1 - bool "Kernel low-level debugging messages via AM33XX UART1" + bool "Kernel low-level debugging messages via AM335x/AM43x UART1" depends on ARCH_OMAP2PLUS select DEBUG_OMAP2PLUS_UART