aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig.debug
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2013-01-12 12:06:31 -0500
committerOlof Johansson <olof@lixom.net>2013-01-12 12:09:34 -0500
commit2fd73eb62bcf28ee1f1afa47b9e7cf88494d0da1 (patch)
tree92aff19ea90cf4e95f4e9748c2a6db98ab0149af /arch/arm/Kconfig.debug
parent61301332484966cb4e92041221bb185b6cd4d4ed (diff)
parentce3f386fdf10d79eaf6ebd63bb7adbd95f08f9f0 (diff)
Merge tag 'vt8500-multiplatform-3.9' of git://server.prisktech.co.nz/git/linuxwmt into next/multiplatform
From Tony Prisk: Convert arch-vt8500 to multiplatform only. * tag 'vt8500-multiplatform-3.9' of git://server.prisktech.co.nz/git/linuxwmt: arm: vt8500: Remove remaining mach includes arm: vt8500: Convert debug-macro.S to be multiplatform friendly arm: vt8500: Remove single platform Kconfig options Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r--arch/arm/Kconfig.debug8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 8cccce36b067..6472a5737427 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -419,6 +419,13 @@ choice
419 of the tiles using the RS1 memory map, including all new A-class 419 of the tiles using the RS1 memory map, including all new A-class
420 core tiles, FPGA-based SMMs and software models. 420 core tiles, FPGA-based SMMs and software models.
421 421
422 config DEBUG_VT8500_UART0
423 bool "Use UART0 on VIA/Wondermedia SoCs"
424 depends on ARCH_VT8500
425 help
426 This option selects UART0 on VIA/Wondermedia System-on-a-chip
427 devices, including VT8500, WM8505, WM8650 and WM8850.
428
422 config DEBUG_LL_UART_NONE 429 config DEBUG_LL_UART_NONE
423 bool "No low-level debugging UART" 430 bool "No low-level debugging UART"
424 depends on !ARCH_MULTIPLATFORM 431 depends on !ARCH_MULTIPLATFORM
@@ -562,6 +569,7 @@ config DEBUG_LL_INCLUDE
562 default "debug/sunxi.S" if DEBUG_SUNXI_UART0 || DEBUG_SUNXI_UART1 569 default "debug/sunxi.S" if DEBUG_SUNXI_UART0 || DEBUG_SUNXI_UART1
563 default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \ 570 default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \
564 DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1 571 DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1
572 default "debug/vt8500.S" if DEBUG_VT8500_UART0
565 default "debug/tegra.S" if DEBUG_TEGRA_UART 573 default "debug/tegra.S" if DEBUG_TEGRA_UART
566 default "debug/zynq.S" if DEBUG_ZYNQ_UART0 || DEBUG_ZYNQ_UART1 574 default "debug/zynq.S" if DEBUG_ZYNQ_UART0 || DEBUG_ZYNQ_UART1
567 default "mach/debug-macro.S" 575 default "mach/debug-macro.S"