diff options
author | Daniel Thompson <daniel.thompson@linaro.org> | 2015-01-09 12:33:16 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2015-01-21 10:49:36 -0500 |
commit | 34c64a5d830ac3905065ff1cc52091af15cb2f7e (patch) | |
tree | 7e28b1424745ed9bd0a04e5e89b877e86be5275a /arch/arm/configs/lpc32xx_defconfig | |
parent | ecba152356438fe28494d4d36d6d5755c32bf2ae (diff) |
ARM: 8268/1: configs: Enable DEBUG_LL_UART_8250 where needed
All defconfigs touched by this patch already enable DEBUG_LL and by
default DEBUG_LL_UART_NONE will be selected. This causes no issues
today because due to some back compatibility magic we eventually need
to remove it is not actually honoured. Nevertheless DEBUG_LL_UART_8250
is the right value for these platforms and should be set in the config
files.
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/configs/lpc32xx_defconfig')
-rw-r--r-- | arch/arm/configs/lpc32xx_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig index 9f56ca3985ae..c100b7df5441 100644 --- a/arch/arm/configs/lpc32xx_defconfig +++ b/arch/arm/configs/lpc32xx_defconfig | |||
@@ -204,6 +204,7 @@ CONFIG_DEBUG_INFO=y | |||
204 | # CONFIG_FTRACE is not set | 204 | # CONFIG_FTRACE is not set |
205 | # CONFIG_ARM_UNWIND is not set | 205 | # CONFIG_ARM_UNWIND is not set |
206 | CONFIG_DEBUG_LL=y | 206 | CONFIG_DEBUG_LL=y |
207 | CONFIG_DEBUG_LL_UART_8250=y | ||
207 | CONFIG_EARLY_PRINTK=y | 208 | CONFIG_EARLY_PRINTK=y |
208 | CONFIG_CRYPTO_ANSI_CPRNG=y | 209 | CONFIG_CRYPTO_ANSI_CPRNG=y |
209 | # CONFIG_CRYPTO_HW is not set | 210 | # CONFIG_CRYPTO_HW is not set |