]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: 8268/1: configs: Enable DEBUG_LL_UART_8250 where needed
authorDaniel Thompson <daniel.thompson@linaro.org>
Fri, 9 Jan 2015 17:33:16 +0000 (18:33 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 21 Jan 2015 15:49:36 +0000 (15:49 +0000)
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>
arch/arm/configs/iop32x_defconfig
arch/arm/configs/iop33x_defconfig
arch/arm/configs/ixp4xx_defconfig
arch/arm/configs/lpc32xx_defconfig
arch/arm/configs/mv78xx0_defconfig
arch/arm/configs/orion5x_defconfig
arch/arm/configs/rpc_defconfig

index 4f2ec3ac138e1e5727b8201e66121c46195b54c6..c3058da631da7624e4705b235275c200fc05b082 100644 (file)
@@ -106,6 +106,7 @@ CONFIG_MAGIC_SYSRQ=y
 CONFIG_DEBUG_KERNEL=y
 CONFIG_DEBUG_USER=y
 CONFIG_DEBUG_LL=y
+CONFIG_DEBUG_LL_UART_8250=y
 CONFIG_KEYS=y
 CONFIG_KEYS_DEBUG_PROC_KEYS=y
 CONFIG_CRYPTO_NULL=y
index aa36128abca243fce01fce039ad580b31ae2d5fb..713faeee8cf4f398497fc71c7e0d46443ca4656b 100644 (file)
@@ -87,5 +87,6 @@ CONFIG_DEBUG_KERNEL=y
 # CONFIG_RCU_CPU_STALL_DETECTOR is not set
 CONFIG_DEBUG_USER=y
 CONFIG_DEBUG_LL=y
+CONFIG_DEBUG_LL_UART_8250=y
 # CONFIG_CRYPTO_ANSI_CPRNG is not set
 # CONFIG_CRC32 is not set
index 1af665e847d1cc8898c86da183b54d165b22d3b1..24636cfdf6dfbb6ba229b36b6c12d695cdd169fb 100644 (file)
@@ -202,3 +202,4 @@ CONFIG_MAGIC_SYSRQ=y
 CONFIG_DEBUG_KERNEL=y
 CONFIG_DEBUG_ERRORS=y
 CONFIG_DEBUG_LL=y
+CONFIG_DEBUG_LL_UART_8250=y
index 9f56ca3985ae15bec0ed3700015f37285e3dc039..c100b7df544111f30166a7b7e2eb66b72b19fbf3 100644 (file)
@@ -204,6 +204,7 @@ CONFIG_DEBUG_INFO=y
 # CONFIG_FTRACE is not set
 # CONFIG_ARM_UNWIND is not set
 CONFIG_DEBUG_LL=y
+CONFIG_DEBUG_LL_UART_8250=y
 CONFIG_EARLY_PRINTK=y
 CONFIG_CRYPTO_ANSI_CPRNG=y
 # CONFIG_CRYPTO_HW is not set
index 0dae1c1f007a5f626e8bf486cf933308b678c9a5..85d10d2e3d660f0ebf1bd41518ea0dcff9b310b7 100644 (file)
@@ -132,6 +132,7 @@ CONFIG_SYSCTL_SYSCALL_CHECK=y
 CONFIG_DEBUG_USER=y
 CONFIG_DEBUG_ERRORS=y
 CONFIG_DEBUG_LL=y
+CONFIG_DEBUG_LL_UART_8250=y
 CONFIG_CRYPTO_CBC=m
 CONFIG_CRYPTO_ECB=m
 CONFIG_CRYPTO_PCBC=m
index 952430d9e2d9cbdc715a852374eba0533af0b71a..855143fac6bd426c4363f94775b464f9c72ee129 100644 (file)
@@ -156,6 +156,7 @@ CONFIG_LATENCYTOP=y
 # CONFIG_FTRACE is not set
 CONFIG_DEBUG_USER=y
 CONFIG_DEBUG_LL=y
+CONFIG_DEBUG_LL_UART_8250=y
 CONFIG_CRYPTO_CBC=m
 CONFIG_CRYPTO_ECB=m
 CONFIG_CRYPTO_PCBC=m
index 00515ef9782de64641690817fecd99a1e26a6a90..89631795a91523c7928132234b5bcc37f636f6dc 100644 (file)
@@ -131,3 +131,4 @@ CONFIG_DEBUG_KERNEL=y
 CONFIG_DEBUG_USER=y
 CONFIG_DEBUG_ERRORS=y
 CONFIG_DEBUG_LL=y
+CONFIG_DEBUG_LL_UART_8250=y