aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig.debug8
-rw-r--r--arch/arm/include/debug/socfpga.S (renamed from arch/arm/mach-socfpga/include/mach/debug-macro.S)0
2 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 3bafdd22ac7a..aa56934cd284 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -317,6 +317,13 @@ choice
317 The uncompressor code port configuration is now handled 317 The uncompressor code port configuration is now handled
318 by CONFIG_S3C_LOWLEVEL_UART_PORT. 318 by CONFIG_S3C_LOWLEVEL_UART_PORT.
319 319
320 config DEBUG_SOCFPGA_UART
321 depends on ARCH_SOCFPGA
322 bool "Use SOCFPGA UART for low-level debug"
323 help
324 Say Y here if you want kernel low-level debugging support
325 on SOCFPGA based platforms.
326
320 config DEBUG_VEXPRESS_UART0_DETECT 327 config DEBUG_VEXPRESS_UART0_DETECT
321 bool "Autodetect UART0 on Versatile Express Cortex-A core tiles" 328 bool "Autodetect UART0 on Versatile Express Cortex-A core tiles"
322 depends on ARCH_VEXPRESS && CPU_CP15_MMU 329 depends on ARCH_VEXPRESS && CPU_CP15_MMU
@@ -385,6 +392,7 @@ config DEBUG_LL_INCLUDE
385 default "debug/icedcc.S" if DEBUG_ICEDCC 392 default "debug/icedcc.S" if DEBUG_ICEDCC
386 default "debug/highbank.S" if DEBUG_HIGHBANK_UART 393 default "debug/highbank.S" if DEBUG_HIGHBANK_UART
387 default "debug/mvebu.S" if DEBUG_MVEBU_UART 394 default "debug/mvebu.S" if DEBUG_MVEBU_UART
395 default "debug/socfpga.S" if DEBUG_SOCFPGA_UART
388 default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \ 396 default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \
389 DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1 397 DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1
390 default "mach/debug-macro.S" 398 default "mach/debug-macro.S"
diff --git a/arch/arm/mach-socfpga/include/mach/debug-macro.S b/arch/arm/include/debug/socfpga.S
index d6f26d23374f..d6f26d23374f 100644
--- a/arch/arm/mach-socfpga/include/mach/debug-macro.S
+++ b/arch/arm/include/debug/socfpga.S