diff options
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 00ad1f895da2..af3987cb9e4d 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -426,6 +426,13 @@ choice | |||
426 | of the tiles using the RS1 memory map, including all new A-class | 426 | of the tiles using the RS1 memory map, including all new A-class |
427 | core tiles, FPGA-based SMMs and software models. | 427 | core tiles, FPGA-based SMMs and software models. |
428 | 428 | ||
429 | config DEBUG_VT8500_UART0 | ||
430 | bool "Use UART0 on VIA/Wondermedia SoCs" | ||
431 | depends on ARCH_VT8500 | ||
432 | help | ||
433 | This option selects UART0 on VIA/Wondermedia System-on-a-chip | ||
434 | devices, including VT8500, WM8505, WM8650 and WM8850. | ||
435 | |||
429 | config DEBUG_LL_UART_NONE | 436 | config DEBUG_LL_UART_NONE |
430 | bool "No low-level debugging UART" | 437 | bool "No low-level debugging UART" |
431 | depends on !ARCH_MULTIPLATFORM | 438 | depends on !ARCH_MULTIPLATFORM |
@@ -520,6 +527,7 @@ config DEBUG_LL_INCLUDE | |||
520 | default "debug/sunxi.S" if DEBUG_SUNXI_UART0 || DEBUG_SUNXI_UART1 | 527 | default "debug/sunxi.S" if DEBUG_SUNXI_UART0 || DEBUG_SUNXI_UART1 |
521 | default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \ | 528 | default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \ |
522 | DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1 | 529 | DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1 |
530 | default "debug/vt8500.S" if DEBUG_VT8500_UART0 | ||
523 | default "debug/tegra.S" if DEBUG_TEGRA_UART | 531 | default "debug/tegra.S" if DEBUG_TEGRA_UART |
524 | default "debug/zynq.S" if DEBUG_ZYNQ_UART0 || DEBUG_ZYNQ_UART1 | 532 | default "debug/zynq.S" if DEBUG_ZYNQ_UART0 || DEBUG_ZYNQ_UART1 |
525 | default "mach/debug-macro.S" | 533 | default "mach/debug-macro.S" |