diff options
author | Olof Johansson <olof@lixom.net> | 2014-07-19 17:28:06 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-07-19 17:28:06 -0400 |
commit | 4338925434e4bf5ff714055713f3fb9b5fae9037 (patch) | |
tree | 2c764e61af011f71b97c1d4b5113b47265d3e03d /arch/arm/Kconfig.debug | |
parent | 7b2a428a33411dd9d79ee836b6e72fad2dbbb365 (diff) | |
parent | ba364fc752daeded072a5ef31e43b84cb1f9e5fd (diff) |
Merge tag 'mvebu-soc-3.17-2' of git://git.infradead.org/linux-mvebu into next/soc
Merge "ARM: mvebu SoC changes for v3.17 (round 2)" from Jason Cooper:
"Yeah, it's just one patch, but it's a beautiful one! Thanks to the
efforts of many people over the last couple years, and in particular,
Andrew Lunn, Kirkwood has been completely converted to DT."
- kirkwood
* Remove mach-kirkwood/, It's fully supported in mach-mvebu/
* tag 'mvebu-soc-3.17-2' of git://git.infradead.org/linux-mvebu:
ARM: Kirkwood: Remove mach-kirkwood
Signed-off-by: Olof Johansson <olof@lixom.net>
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 3548612b0bfe..35ba55bce827 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -1041,7 +1041,7 @@ config DEBUG_UART_8250 | |||
1041 | def_bool ARCH_DOVE || ARCH_EBSA110 || \ | 1041 | def_bool ARCH_DOVE || ARCH_EBSA110 || \ |
1042 | (FOOTBRIDGE && !DEBUG_DC21285_PORT) || \ | 1042 | (FOOTBRIDGE && !DEBUG_DC21285_PORT) || \ |
1043 | ARCH_GEMINI || ARCH_IOP13XX || ARCH_IOP32X || \ | 1043 | ARCH_GEMINI || ARCH_IOP13XX || ARCH_IOP32X || \ |
1044 | ARCH_IOP33X || ARCH_IXP4XX || ARCH_KIRKWOOD || \ | 1044 | ARCH_IOP33X || ARCH_IXP4XX || \ |
1045 | ARCH_LPC32XX || ARCH_MV78XX0 || ARCH_ORION5X || ARCH_RPC | 1045 | ARCH_LPC32XX || ARCH_MV78XX0 || ARCH_ORION5X || ARCH_RPC |
1046 | 1046 | ||
1047 | config DEBUG_UART_PHYS | 1047 | config DEBUG_UART_PHYS |
@@ -1098,7 +1098,7 @@ config DEBUG_UART_PHYS | |||
1098 | default 0xe0000000 if ARCH_SPEAR13XX | 1098 | default 0xe0000000 if ARCH_SPEAR13XX |
1099 | default 0xf0000be0 if ARCH_EBSA110 | 1099 | default 0xf0000be0 if ARCH_EBSA110 |
1100 | default 0xf1012000 if DEBUG_MVEBU_UART_ALTERNATE | 1100 | default 0xf1012000 if DEBUG_MVEBU_UART_ALTERNATE |
1101 | default 0xf1012000 if ARCH_DOVE || ARCH_KIRKWOOD || ARCH_MV78XX0 || \ | 1101 | default 0xf1012000 if ARCH_DOVE || ARCH_MV78XX0 || \ |
1102 | ARCH_ORION5X | 1102 | ARCH_ORION5X |
1103 | default 0xf7fc9000 if DEBUG_BERLIN_UART | 1103 | default 0xf7fc9000 if DEBUG_BERLIN_UART |
1104 | default 0xf8b00000 if DEBUG_HI3716_UART | 1104 | default 0xf8b00000 if DEBUG_HI3716_UART |
@@ -1164,7 +1164,6 @@ config DEBUG_UART_VIRT | |||
1164 | default 0xfec20000 if DEBUG_DAVINCI_DMx_UART0 | 1164 | default 0xfec20000 if DEBUG_DAVINCI_DMx_UART0 |
1165 | default 0xfed0c000 if DEBUG_DAVINCI_DA8XX_UART1 | 1165 | default 0xfed0c000 if DEBUG_DAVINCI_DA8XX_UART1 |
1166 | default 0xfed0d000 if DEBUG_DAVINCI_DA8XX_UART2 | 1166 | default 0xfed0d000 if DEBUG_DAVINCI_DA8XX_UART2 |
1167 | default 0xfed12000 if ARCH_KIRKWOOD | ||
1168 | default 0xfed60000 if DEBUG_RK29_UART0 | 1167 | default 0xfed60000 if DEBUG_RK29_UART0 |
1169 | default 0xfed64000 if DEBUG_RK29_UART1 || DEBUG_RK3X_UART2 | 1168 | default 0xfed64000 if DEBUG_RK29_UART1 || DEBUG_RK3X_UART2 |
1170 | default 0xfed68000 if DEBUG_RK29_UART2 || DEBUG_RK3X_UART3 | 1169 | default 0xfed68000 if DEBUG_RK29_UART2 || DEBUG_RK3X_UART3 |