diff options
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 5566520686a5..04a3f0d1d053 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -338,6 +338,17 @@ choice | |||
338 | The uncompressor code port configuration is now handled | 338 | The uncompressor code port configuration is now handled |
339 | by CONFIG_S3C_LOWLEVEL_UART_PORT. | 339 | by CONFIG_S3C_LOWLEVEL_UART_PORT. |
340 | 340 | ||
341 | config DEBUG_S3C_UART3 | ||
342 | depends on PLAT_SAMSUNG && ARCH_EXYNOS | ||
343 | bool "Use S3C UART 3 for low-level debug" | ||
344 | help | ||
345 | Say Y here if you want the debug print routines to direct | ||
346 | their output to UART 3. The port must have been initialised | ||
347 | by the boot-loader before use. | ||
348 | |||
349 | The uncompressor code port configuration is now handled | ||
350 | by CONFIG_S3C_LOWLEVEL_UART_PORT. | ||
351 | |||
341 | config DEBUG_SOCFPGA_UART | 352 | config DEBUG_SOCFPGA_UART |
342 | depends on ARCH_SOCFPGA | 353 | depends on ARCH_SOCFPGA |
343 | bool "Use SOCFPGA UART for low-level debug" | 354 | bool "Use SOCFPGA UART for low-level debug" |
@@ -345,6 +356,20 @@ choice | |||
345 | Say Y here if you want kernel low-level debugging support | 356 | Say Y here if you want kernel low-level debugging support |
346 | on SOCFPGA based platforms. | 357 | on SOCFPGA based platforms. |
347 | 358 | ||
359 | config DEBUG_SUNXI_UART0 | ||
360 | bool "Kernel low-level debugging messages via sunXi UART0" | ||
361 | depends on ARCH_SUNXI | ||
362 | help | ||
363 | Say Y here if you want kernel low-level debugging support | ||
364 | on Allwinner A1X based platforms on the UART0. | ||
365 | |||
366 | config DEBUG_SUNXI_UART1 | ||
367 | bool "Kernel low-level debugging messages via sunXi UART1" | ||
368 | depends on ARCH_SUNXI | ||
369 | help | ||
370 | Say Y here if you want kernel low-level debugging support | ||
371 | on Allwinner A1X based platforms on the UART1. | ||
372 | |||
348 | config DEBUG_VEXPRESS_UART0_DETECT | 373 | config DEBUG_VEXPRESS_UART0_DETECT |
349 | bool "Autodetect UART0 on Versatile Express Cortex-A core tiles" | 374 | bool "Autodetect UART0 on Versatile Express Cortex-A core tiles" |
350 | depends on ARCH_VEXPRESS && CPU_CP15_MMU | 375 | depends on ARCH_VEXPRESS && CPU_CP15_MMU |
@@ -424,6 +449,7 @@ config DEBUG_LL_INCLUDE | |||
424 | default "debug/mvebu.S" if DEBUG_MVEBU_UART | 449 | default "debug/mvebu.S" if DEBUG_MVEBU_UART |
425 | default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART | 450 | default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART |
426 | default "debug/socfpga.S" if DEBUG_SOCFPGA_UART | 451 | default "debug/socfpga.S" if DEBUG_SOCFPGA_UART |
452 | default "debug/sunxi.S" if DEBUG_SUNXI_UART0 || DEBUG_SUNXI_UART1 | ||
427 | default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \ | 453 | default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \ |
428 | DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1 | 454 | DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1 |
429 | default "mach/debug-macro.S" | 455 | default "mach/debug-macro.S" |