From: manabian@gmail.com (Joachim Eastwood)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: lpc18xx: remove DEBUG_LL_UART_8250 from defconfig
Date: Tue, 26 May 2015 19:39:46 +0200 [thread overview]
Message-ID: <1432661986-4118-1-git-send-email-manabian@gmail.com> (raw)
Remove the generic 8250 config option so that the LPC18xx
specific option gets picked instead.
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
---
Hi Arnd,
Please apply this to the next/defconfig branch.
After LPC18XX was converted to use the DEBUG_LPC18XX_UART0 config
symbol there is now a mismatch in defconfig for this platform.
On a clean defconfig the following warnings appear.
.config:2073:warning: symbol value '' invalid for DEBUG_UART_PHYS
.config:2074:warning: symbol value '' invalid for DEBUG_UART_VIRT
Since the default value now depends on DEBUG_LPC18XX_UART0 and not
ARCH_LPC18XX.
arch/arm/configs/lpc18xx_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/configs/lpc18xx_defconfig b/arch/arm/configs/lpc18xx_defconfig
index d4320a7e433f..1c47f86c3970 100644
--- a/arch/arm/configs/lpc18xx_defconfig
+++ b/arch/arm/configs/lpc18xx_defconfig
@@ -146,7 +146,6 @@ CONFIG_MAGIC_SYSRQ=y
# CONFIG_RCU_CPU_STALL_INFO is not set
# CONFIG_FTRACE is not set
CONFIG_DEBUG_LL=y
-CONFIG_DEBUG_LL_UART_8250=y
CONFIG_EARLY_PRINTK=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC7=y
--
1.8.0
next reply other threads:[~2015-05-26 17:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-26 17:39 Joachim Eastwood [this message]
2015-05-29 12:53 ` [PATCH] ARM: lpc18xx: remove DEBUG_LL_UART_8250 from defconfig Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1432661986-4118-1-git-send-email-manabian@gmail.com \
--to=manabian@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).