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.debug17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index a877d5135d2e..5f6c665b00d2 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -107,6 +107,13 @@ choice
107 Say Y here if you want the debug print routines to direct 107 Say Y here if you want the debug print routines to direct
108 their output to the second serial port on these devices. 108 their output to the second serial port on these devices.
109 109
110 config DEBUG_CNS3XXX
111 bool "Kernel Kernel low-level debugging on Cavium Networks CNS3xxx"
112 depends on ARCH_CNS3XXX
113 help
114 Say Y here if you want the debug print routines to direct
115 their output to the CNS3xxx UART0.
116
110 config DEBUG_DAVINCI_DA8XX_UART1 117 config DEBUG_DAVINCI_DA8XX_UART1
111 bool "Kernel low-level debugging on DaVinci DA8XX using UART1" 118 bool "Kernel low-level debugging on DaVinci DA8XX using UART1"
112 depends on ARCH_DAVINCI_DA8XX 119 depends on ARCH_DAVINCI_DA8XX
@@ -302,6 +309,13 @@ choice
302 Say Y here if you want kernel low-level debugging support 309 Say Y here if you want kernel low-level debugging support
303 on MVEBU based platforms. 310 on MVEBU based platforms.
304 311
312 config DEBUG_NOMADIK_UART
313 bool "Kernel low-level debugging messages via NOMADIK UART"
314 depends on ARCH_NOMADIK
315 help
316 Say Y here if you want kernel low-level debugging support
317 on NOMADIK based platforms.
318
305 config DEBUG_OMAP2PLUS_UART 319 config DEBUG_OMAP2PLUS_UART
306 bool "Kernel low-level debugging messages via OMAP2PLUS UART" 320 bool "Kernel low-level debugging messages via OMAP2PLUS UART"
307 depends on ARCH_OMAP2PLUS 321 depends on ARCH_OMAP2PLUS
@@ -584,6 +598,7 @@ endchoice
584config DEBUG_LL_INCLUDE 598config DEBUG_LL_INCLUDE
585 string 599 string
586 default "debug/bcm2835.S" if DEBUG_BCM2835 600 default "debug/bcm2835.S" if DEBUG_BCM2835
601 default "debug/cns3xxx.S" if DEBUG_CNS3XXX
587 default "debug/icedcc.S" if DEBUG_ICEDCC 602 default "debug/icedcc.S" if DEBUG_ICEDCC
588 default "debug/imx.S" if DEBUG_IMX1_UART || \ 603 default "debug/imx.S" if DEBUG_IMX1_UART || \
589 DEBUG_IMX25_UART || \ 604 DEBUG_IMX25_UART || \
@@ -595,8 +610,10 @@ config DEBUG_LL_INCLUDE
595 DEBUG_IMX6Q_UART 610 DEBUG_IMX6Q_UART
596 default "debug/highbank.S" if DEBUG_HIGHBANK_UART 611 default "debug/highbank.S" if DEBUG_HIGHBANK_UART
597 default "debug/mvebu.S" if DEBUG_MVEBU_UART 612 default "debug/mvebu.S" if DEBUG_MVEBU_UART
613 default "debug/nomadik.S" if DEBUG_NOMADIK_UART
598 default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_UART 614 default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_UART
599 default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART 615 default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART
616 default "debug/sirf.S" if DEBUG_SIRFPRIMA2_UART1 || DEBUG_SIRFMARCO_UART1
600 default "debug/socfpga.S" if DEBUG_SOCFPGA_UART 617 default "debug/socfpga.S" if DEBUG_SOCFPGA_UART
601 default "debug/sunxi.S" if DEBUG_SUNXI_UART0 || DEBUG_SUNXI_UART1 618 default "debug/sunxi.S" if DEBUG_SUNXI_UART0 || DEBUG_SUNXI_UART1
602 default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \ 619 default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \