From patchwork Tue Sep 16 22:46:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Thompson X-Patchwork-Id: 4921531 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 18100BEEA5 for ; Tue, 16 Sep 2014 22:50:31 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4CCAB2011E for ; Tue, 16 Sep 2014 22:50:30 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 71B7B200F3 for ; Tue, 16 Sep 2014 22:50:29 +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 1XU1Y8-0000ve-V5; Tue, 16 Sep 2014 22:48:40 +0000 Received: from mail-pd0-f176.google.com ([209.85.192.176]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XU1X6-0007k5-N0 for linux-arm-kernel@lists.infradead.org; Tue, 16 Sep 2014 22:47:37 +0000 Received: by mail-pd0-f176.google.com with SMTP id y13so733769pdi.21 for ; Tue, 16 Sep 2014 15:47:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=zLrwbAtSwmMQ4our7a3KDdoraW/luoVOXVb3fdwJ1IA=; b=cX8rj2mhg2s0q9HR1OTF7S7uc55PGQh6aXjudpea3dh+wj/konMBk0HoOCd8mJtPjS 12c90HykP3t9xRVmQMuBETAMceQv5CxWI+wwfZe9YKHIp+wI178xv45+RKgzD5vcv20D 65Jv5dJWXcrfiFs7AzuWhAz0d8tPrYr7tMS8B3Ox4aaRMi3K8J2mVZrqH5QSKCP+Um+R I0BDCEtk5+5gxdiyO1kxvT7tFi/c4JGQjGKuz1uoCmomUUHD31my+cPdJBMcn6zCLqQE wSfjFRzNR8oGDc6ZnQIOZ2OYHqgOwt7m95jij9JUscs5RWM+6FwwFLZrIn3zsiWPaSSp 0ZQg== X-Gm-Message-State: ALoCoQlejjNfFK82nGkIZyTVj4Wa3AaExC4maz8f7xzNLdPeq56hucFBBUdo5avDIU4q1EKcpGoM X-Received: by 10.68.189.137 with SMTP id gi9mr53723728pbc.87.1410907634393; Tue, 16 Sep 2014 15:47:14 -0700 (PDT) Received: from harvey.bri.st.com.com (70-35-38-154.static.wiline.com. [70.35.38.154]) by mx.google.com with ESMTPSA id hz4sm15089762pbc.22.2014.09.16.15.47.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Sep 2014 15:47:13 -0700 (PDT) From: Daniel Thompson To: Russell King Subject: [PATCH v10 8/9] arm: Seperate DEBUG_UART_PHYS from DEBUG_LL on EP93XX Date: Tue, 16 Sep 2014 23:46:27 +0100 Message-Id: <1410907588-19957-9-git-send-email-daniel.thompson@linaro.org> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1410907588-19957-1-git-send-email-daniel.thompson@linaro.org> References: <1410907588-19957-1-git-send-email-daniel.thompson@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140916_154736_781605_34801E5E X-CRM114-Status: GOOD ( 10.56 ) X-Spam-Score: -1.1 (-) Cc: Paul Bolle , linaro-kernel@lists.linaro.org, Arnd Bergmann , patches@linaro.org, spear-devel@list.st.com, Daniel Thompson , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 On EP93XX uncompress.h uses CONFIG_DEBUG_UART_PHYS instead of a hard coded serial port. This means the build breaks when DEBUG_LL (and DEBUG_LL_UART_PL01X) is not enabled. This is fixed by adding a new dependancy. Signed-off-by: Daniel Thompson Acked-by: Arnd Bergmann --- arch/arm/Kconfig.debug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index cf5ef1c..ed7da37 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -1218,7 +1218,8 @@ config DEBUG_UART_PHYS DEBUG_LL_UART_EFM32 || \ DEBUG_UART_8250 || DEBUG_UART_PL01X || \ DEBUG_MSM_UART || DEBUG_NETX_UART || DEBUG_QCOM_UARTDM || \ - DEBUG_S3C24XX_UART || DEBUG_SA1100_UART + DEBUG_S3C24XX_UART || DEBUG_SA1100_UART || \ + ARCH_EP93XX config DEBUG_UART_VIRT hex "Virtual base address of debug UART"