diff options
author | Joachim Eastwood <manabian@gmail.com> | 2015-05-26 19:39:46 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-05-29 14:52:26 +0200 |
commit | a5c0afd85dc8a352e50f66ee20ed7f95faf10d07 (patch) | |
tree | f6a1c702d7129a8e662d1849641b18a8b3a2370e /arch/arm | |
parent | 4d5e1aa238a3beebeed6c20978ba1b43c47836af (diff) | |
download | linux-a5c0afd85dc8a352e50f66ee20ed7f95faf10d07.tar.bz2 |
ARM: lpc18xx: remove DEBUG_LL_UART_8250 from defconfig
Remove the generic 8250 config option so that the LPC18xx
specific option gets picked instead.
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/lpc18xx_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |