aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig.debug
diff options
context:
space:
mode:
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 7d4b96daad44..5115ff9e8a2a 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -103,6 +103,13 @@ choice
103 Say Y here if you want the debug print routines to direct 103 Say Y here if you want the debug print routines to direct
104 their output to the second serial port on these devices. 104 their output to the second serial port on these devices.
105 105
106 config DEBUG_CNS3XXX
107 bool "Kernel Kernel low-level debugging on Cavium Networks CNS3xxx"
108 depends on ARCH_CNS3XXX
109 help
110 Say Y here if you want the debug print routines to direct
111 their output to the CNS3xxx UART0.
112
106 config DEBUG_DAVINCI_DA8XX_UART1 113 config DEBUG_DAVINCI_DA8XX_UART1
107 bool "Kernel low-level debugging on DaVinci DA8XX using UART1" 114 bool "Kernel low-level debugging on DaVinci DA8XX using UART1"
108 depends on ARCH_DAVINCI_DA8XX 115 depends on ARCH_DAVINCI_DA8XX
@@ -586,6 +593,7 @@ endchoice
586 593
587config DEBUG_LL_INCLUDE 594config DEBUG_LL_INCLUDE
588 string 595 string
596 default "debug/cns3xxx.S" if DEBUG_CNS3XXX
589 default "debug/icedcc.S" if DEBUG_ICEDCC 597 default "debug/icedcc.S" if DEBUG_ICEDCC
590 default "debug/imx.S" if DEBUG_IMX1_UART || \ 598 default "debug/imx.S" if DEBUG_IMX1_UART || \
591 DEBUG_IMX25_UART || \ 599 DEBUG_IMX25_UART || \