aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/Kconfig.debug20
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 77c1411c9a91..ff4920b1f6c5 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -510,6 +510,16 @@ choice
510 Say Y here if you want the debug print routines to direct 510 Say Y here if you want the debug print routines to direct
511 their output to the uart1 port on SiRFmarco devices. 511 their output to the uart1 port on SiRFmarco devices.
512 512
513 config DEBUG_STI_UART
514 depends on ARCH_STI
515 bool "Use StiH415/416 ASC for low-level debug"
516 help
517 Say Y here if you want kernel low-level debugging support
518 on StiH415/416 based platforms like B2000, B2020.
519 It support UART2 and SBC_UART1.
520
521 If unsure, say N.
522
513 config DEBUG_U300_UART 523 config DEBUG_U300_UART
514 bool "Kernel low-level debugging messages via U300 UART0" 524 bool "Kernel low-level debugging messages via U300 UART0"
515 depends on ARCH_U300 525 depends on ARCH_U300
@@ -557,16 +567,6 @@ choice
557 This option selects UART0 on VIA/Wondermedia System-on-a-chip 567 This option selects UART0 on VIA/Wondermedia System-on-a-chip
558 devices, including VT8500, WM8505, WM8650 and WM8850. 568 devices, including VT8500, WM8505, WM8650 and WM8850.
559 569
560 config DEBUG_STI_UART
561 depends on ARCH_STI
562 bool "Use StiH415/416 ASC for low-level debug"
563 help
564 Say Y here if you want kernel low-level debugging support
565 on StiH415/416 based platforms like B2000, B2020.
566 It support UART2 and SBC_UART1.
567
568 If unsure, say N.
569
570 config DEBUG_LL_UART_NONE 570 config DEBUG_LL_UART_NONE
571 bool "No low-level debugging UART" 571 bool "No low-level debugging UART"
572 depends on !ARCH_MULTIPLATFORM 572 depends on !ARCH_MULTIPLATFORM