summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig.debug
diff options
context:
space:
mode:
authorDaniel Tang <dt.tangr@gmail.com>2013-06-11 04:40:17 -0400
committerArnd Bergmann <arnd@arndb.de>2013-06-21 14:06:30 -0400
commit9851ca5774e693e2088a4b34ad456cfaadaf29a7 (patch)
treefcfbad2c06f5a4ee0181a34b62bbbe06d1c3195f /arch/arm/Kconfig.debug
parentd907849e0dbaeacb34e0a6a3b49ebeaf8c49355e (diff)
arm: Add Initial TI-Nspire support
This patch adds support for the TI-Nspire platform. Changes between v1 and v2: * Added GENERIC_IRQ_CHIP to platform Kconfig Signed-off-by: Daniel Tang <dt.tangr@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r--arch/arm/Kconfig.debug16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 1d41908d5cda..fe079417daa2 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -309,6 +309,20 @@ choice
309 Say Y here if you want kernel low-level debugging support 309 Say Y here if you want kernel low-level debugging support
310 on MVEBU based platforms. 310 on MVEBU based platforms.
311 311
312 config DEBUG_NSPIRE_CLASSIC_UART
313 bool "Kernel low-level debugging via TI-NSPIRE 8250 UART"
314 depends on ARCH_NSPIRE
315 help
316 Say Y here if you want kernel low-level debugging support
317 on TI-NSPIRE classic models.
318
319 config DEBUG_NSPIRE_CX_UART
320 bool "Kernel low-level debugging via TI-NSPIRE PL011 UART"
321 depends on ARCH_NSPIRE
322 help
323 Say Y here if you want kernel low-level debugging support
324 on TI-NSPIRE CX models.
325
312 config DEBUG_NOMADIK_UART 326 config DEBUG_NOMADIK_UART
313 bool "Kernel low-level debugging messages via NOMADIK UART" 327 bool "Kernel low-level debugging messages via NOMADIK UART"
314 depends on ARCH_NOMADIK 328 depends on ARCH_NOMADIK
@@ -633,6 +647,8 @@ config DEBUG_LL_INCLUDE
633 DEBUG_IMX53_UART ||\ 647 DEBUG_IMX53_UART ||\
634 DEBUG_IMX6Q_UART 648 DEBUG_IMX6Q_UART
635 default "debug/mvebu.S" if DEBUG_MVEBU_UART 649 default "debug/mvebu.S" if DEBUG_MVEBU_UART
650 default "debug/nspire.S" if DEBUG_NSPIRE_CX_UART || \
651 DEBUG_NSPIRE_CLASSIC_UART
636 default "debug/mxs.S" if DEBUG_IMX23_UART || DEBUG_IMX28_UART 652 default "debug/mxs.S" if DEBUG_IMX23_UART || DEBUG_IMX28_UART
637 default "debug/nomadik.S" if DEBUG_NOMADIK_UART 653 default "debug/nomadik.S" if DEBUG_NOMADIK_UART
638 default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_UART 654 default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_UART