diff options
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 8f90595069a1..20f49e9ad26e 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -1033,7 +1033,7 @@ config DEBUG_UART_8250 | |||
1033 | def_bool ARCH_DOVE || ARCH_EBSA110 || \ | 1033 | def_bool ARCH_DOVE || ARCH_EBSA110 || \ |
1034 | (FOOTBRIDGE && !DEBUG_DC21285_PORT) || \ | 1034 | (FOOTBRIDGE && !DEBUG_DC21285_PORT) || \ |
1035 | ARCH_GEMINI || ARCH_IOP13XX || ARCH_IOP32X || \ | 1035 | ARCH_GEMINI || ARCH_IOP13XX || ARCH_IOP32X || \ |
1036 | ARCH_IOP33X || ARCH_IXP4XX || ARCH_KIRKWOOD || \ | 1036 | ARCH_IOP33X || ARCH_IXP4XX || \ |
1037 | ARCH_LPC32XX || ARCH_MV78XX0 || ARCH_ORION5X || ARCH_RPC | 1037 | ARCH_LPC32XX || ARCH_MV78XX0 || ARCH_ORION5X || ARCH_RPC |
1038 | 1038 | ||
1039 | config DEBUG_UART_PHYS | 1039 | config DEBUG_UART_PHYS |
@@ -1089,7 +1089,7 @@ config DEBUG_UART_PHYS | |||
1089 | default 0xe0000000 if ARCH_SPEAR13XX | 1089 | default 0xe0000000 if ARCH_SPEAR13XX |
1090 | default 0xf0000be0 if ARCH_EBSA110 | 1090 | default 0xf0000be0 if ARCH_EBSA110 |
1091 | default 0xf1012000 if DEBUG_MVEBU_UART_ALTERNATE | 1091 | default 0xf1012000 if DEBUG_MVEBU_UART_ALTERNATE |
1092 | default 0xf1012000 if ARCH_DOVE || ARCH_KIRKWOOD || ARCH_MV78XX0 || \ | 1092 | default 0xf1012000 if ARCH_DOVE || ARCH_MV78XX0 || \ |
1093 | ARCH_ORION5X | 1093 | ARCH_ORION5X |
1094 | default 0xf7fc9000 if DEBUG_BERLIN_UART | 1094 | default 0xf7fc9000 if DEBUG_BERLIN_UART |
1095 | default 0xf8b00000 if DEBUG_HI3716_UART | 1095 | default 0xf8b00000 if DEBUG_HI3716_UART |
@@ -1154,7 +1154,6 @@ config DEBUG_UART_VIRT | |||
1154 | default 0xfec20000 if DEBUG_DAVINCI_DMx_UART0 | 1154 | default 0xfec20000 if DEBUG_DAVINCI_DMx_UART0 |
1155 | default 0xfed0c000 if DEBUG_DAVINCI_DA8XX_UART1 | 1155 | default 0xfed0c000 if DEBUG_DAVINCI_DA8XX_UART1 |
1156 | default 0xfed0d000 if DEBUG_DAVINCI_DA8XX_UART2 | 1156 | default 0xfed0d000 if DEBUG_DAVINCI_DA8XX_UART2 |
1157 | default 0xfed12000 if ARCH_KIRKWOOD | ||
1158 | default 0xfed60000 if DEBUG_RK29_UART0 | 1157 | default 0xfed60000 if DEBUG_RK29_UART0 |
1159 | default 0xfed64000 if DEBUG_RK29_UART1 || DEBUG_RK3X_UART2 | 1158 | default 0xfed64000 if DEBUG_RK29_UART1 || DEBUG_RK3X_UART2 |
1160 | default 0xfed68000 if DEBUG_RK29_UART2 || DEBUG_RK3X_UART3 | 1159 | default 0xfed68000 if DEBUG_RK29_UART2 || DEBUG_RK3X_UART3 |