aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/Kconfig.debug3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index ff43ea38fe1f..e250505b9ae1 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -1370,7 +1370,8 @@ config DEBUG_UART_PHYS
1370 default 0xfffb9800 if DEBUG_OMAP1UART3 || DEBUG_OMAP7XXUART3 1370 default 0xfffb9800 if DEBUG_OMAP1UART3 || DEBUG_OMAP7XXUART3
1371 default 0xfffe8600 if DEBUG_UART_BCM63XX 1371 default 0xfffe8600 if DEBUG_UART_BCM63XX
1372 default 0xfffff700 if ARCH_IOP33X 1372 default 0xfffff700 if ARCH_IOP33X
1373 depends on DEBUG_LL_UART_8250 || DEBUG_LL_UART_PL01X || \ 1373 depends on ARCH_EP93XX || \
1374 DEBUG_LL_UART_8250 || DEBUG_LL_UART_PL01X || \
1374 DEBUG_LL_UART_EFM32 || \ 1375 DEBUG_LL_UART_EFM32 || \
1375 DEBUG_UART_8250 || DEBUG_UART_PL01X || DEBUG_MESON_UARTAO || \ 1376 DEBUG_UART_8250 || DEBUG_UART_PL01X || DEBUG_MESON_UARTAO || \
1376 DEBUG_MSM_UART || DEBUG_NETX_UART || \ 1377 DEBUG_MSM_UART || DEBUG_NETX_UART || \