diff options
author | Stefan Roese <sr@denx.de> | 2012-11-19 06:09:41 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2012-11-20 09:36:21 -0500 |
commit | aa25115aff14a149a6b611fe54776c142e483781 (patch) | |
tree | 2c921beb5fde7c9e6f2c238b8d2321892e3a09c0 /arch/arm/Kconfig.debug | |
parent | de0bf33fc2b0b1d4b1419adf645fb36e9e52781a (diff) |
ARM: sunxi: Add earlyprintk support for UART0 (sun4i)
Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index f12bc3a2c3c0..cc1ed35179a5 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -345,6 +345,13 @@ choice | |||
345 | Say Y here if you want kernel low-level debugging support | 345 | Say Y here if you want kernel low-level debugging support |
346 | on SOCFPGA based platforms. | 346 | on SOCFPGA based platforms. |
347 | 347 | ||
348 | config DEBUG_SUNXI_UART0 | ||
349 | bool "Kernel low-level debugging messages via sunXi UART0" | ||
350 | depends on ARCH_SUNXI | ||
351 | help | ||
352 | Say Y here if you want kernel low-level debugging support | ||
353 | on Allwinner A1X based platforms on the UART0. | ||
354 | |||
348 | config DEBUG_SUNXI_UART1 | 355 | config DEBUG_SUNXI_UART1 |
349 | bool "Kernel low-level debugging messages via sunXi UART1" | 356 | bool "Kernel low-level debugging messages via sunXi UART1" |
350 | depends on ARCH_SUNXI | 357 | depends on ARCH_SUNXI |
@@ -423,7 +430,7 @@ config DEBUG_LL_INCLUDE | |||
423 | default "debug/mvebu.S" if DEBUG_MVEBU_UART | 430 | default "debug/mvebu.S" if DEBUG_MVEBU_UART |
424 | default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART | 431 | default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART |
425 | default "debug/socfpga.S" if DEBUG_SOCFPGA_UART | 432 | default "debug/socfpga.S" if DEBUG_SOCFPGA_UART |
426 | default "debug/sunxi.S" if DEBUG_SUNXI_UART1 | 433 | default "debug/sunxi.S" if DEBUG_SUNXI_UART0 || DEBUG_SUNXI_UART1 |
427 | default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \ | 434 | default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \ |
428 | DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1 | 435 | DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1 |
429 | default "mach/debug-macro.S" | 436 | default "mach/debug-macro.S" |