summaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/config-3.18
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-08-17 06:15:56 +0000
committerJohn Crispin <john@openwrt.org>2015-08-17 06:15:56 +0000
commita8d7c5c8defd32c203d5955eba6c89bdce750772 (patch)
tree26b6c7571ec06426bd25ce3a5ef5e7db1ec28963 /target/linux/mcs814x/config-3.18
parent87df7da757cf67f61ce5227de42a48f6e3bcd68b (diff)
downloadmaster-31e0f0ae-a8d7c5c8defd32c203d5955eba6c89bdce750772.tar.gz
master-31e0f0ae-a8d7c5c8defd32c203d5955eba6c89bdce750772.tar.bz2
master-31e0f0ae-a8d7c5c8defd32c203d5955eba6c89bdce750772.zip
mcs814x: fix debug UART
Switch to new 8250 debug uart code because the old mach-mcs814x/include/mach/debug-macro.S tries to include asm/hardware/debug-8250.S which no longer exists since kernel 3.14 Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de> SVN-Revision: 46646
Diffstat (limited to 'target/linux/mcs814x/config-3.18')
-rw-r--r--target/linux/mcs814x/config-3.1810
1 files changed, 7 insertions, 3 deletions
diff --git a/target/linux/mcs814x/config-3.18 b/target/linux/mcs814x/config-3.18
index 87a8382d87..e57f5ff013 100644
--- a/target/linux/mcs814x/config-3.18
+++ b/target/linux/mcs814x/config-3.18
@@ -49,10 +49,15 @@ CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_DEBUG_LL=y
-CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S"
+CONFIG_DEBUG_LL_INCLUDE="debug/8250.S"
CONFIG_DEBUG_LL_UART_NONE=y
-# CONFIG_DEBUG_UART_8250 is not set
+CONFIG_DEBUG_UART_8250=y
+# CONFIG_DEBUG_UART_8250_FLOW_CONTROL is not set
+CONFIG_DEBUG_UART_8250_SHIFT=2
+# CONFIG_DEBUG_UART_8250_WORD is not set
+CONFIG_DEBUG_UART_PHYS=0x400dc000
# CONFIG_DEBUG_UART_PL01X is not set
+CONFIG_DEBUG_UART_VIRT=0xf00dc000
# CONFIG_DEBUG_USER is not set
CONFIG_DTC=y
CONFIG_EARLY_PRINTK=y
@@ -157,7 +162,6 @@ CONFIG_MTD_PHYSMAP=y
CONFIG_MULTI_IRQ_HANDLER=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_NEED_KUSER_HELPERS=y
-CONFIG_NEED_MACH_MEMORY_H=y
CONFIG_NEED_PER_CPU_KM=y
CONFIG_NET_KEY=y
# CONFIG_NET_VENDOR_BROADCOM is not set