aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig.debug
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-02-27 16:39:57 -0500
committerLinus Walleij <linus.walleij@linaro.org>2013-03-06 20:48:02 -0500
commit266c347924f59b642d0f016e7f9891fdd7463108 (patch)
treefb2d35c457e8f276e8c5c2805f70fcc7f1543bd4 /arch/arm/Kconfig.debug
parent5eb43d2813b24153eebde2b09da75408fd443563 (diff)
ARM: nomadik: move debugmacro to debug includes
This moves the Nomadik debug macro to the debug headers to make way for multiplatform support. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
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 acddddac7ee4..7d4b96daad44 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -298,6 +298,13 @@ choice
298 Say Y here if you want kernel low-level debugging support 298 Say Y here if you want kernel low-level debugging support
299 on MVEBU based platforms. 299 on MVEBU based platforms.
300 300
301 config DEBUG_NOMADIK_UART
302 bool "Kernel low-level debugging messages via NOMADIK UART"
303 depends on ARCH_NOMADIK
304 help
305 Say Y here if you want kernel low-level debugging support
306 on NOMADIK based platforms.
307
301 config DEBUG_OMAP2PLUS_UART 308 config DEBUG_OMAP2PLUS_UART
302 bool "Kernel low-level debugging messages via OMAP2PLUS UART" 309 bool "Kernel low-level debugging messages via OMAP2PLUS UART"
303 depends on ARCH_OMAP2PLUS 310 depends on ARCH_OMAP2PLUS
@@ -590,6 +597,7 @@ config DEBUG_LL_INCLUDE
590 DEBUG_IMX6Q_UART 597 DEBUG_IMX6Q_UART
591 default "debug/highbank.S" if DEBUG_HIGHBANK_UART 598 default "debug/highbank.S" if DEBUG_HIGHBANK_UART
592 default "debug/mvebu.S" if DEBUG_MVEBU_UART 599 default "debug/mvebu.S" if DEBUG_MVEBU_UART
600 default "debug/nomadik.S" if DEBUG_NOMADIK_UART
593 default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_UART 601 default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_UART
594 default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART 602 default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART
595 default "debug/socfpga.S" if DEBUG_SOCFPGA_UART 603 default "debug/socfpga.S" if DEBUG_SOCFPGA_UART