aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig.debug
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-03-15 17:29:38 -0400
committerArnd Bergmann <arnd@arndb.de>2013-03-15 17:29:38 -0400
commitb83e139caf1f7230f274bf9b4706ea3fab550a72 (patch)
tree699ab2bba579676ad98315dab93b16de237c0192 /arch/arm/Kconfig.debug
parent0203e0f7d73fad87921edc42634f73de6fc630c9 (diff)
parent415f59142d9d9dd023deaeb3b4dfc1aecdd3983c (diff)
Merge branch 'cns3xxx/multiplatform' into next/multiplatform
I've looked at all the platforms recently to see what their state is. cns3xxx seems quite clean but not very actively maintained. Since it is really easy to convert to multiplatform, that's what I did here. * cns3xxx/multiplatform: ARM: cns3xxx: initial DT support ARM: cns3xxx: enable multiplatform support ARM: cns3xxx: move debug_ll code to include/debug/ ARM: cns3xxx: enable sparse IRQ support ARM: cns3xxx: make mach header files local Signed-off-by: Arnd Bergmann <arnd@arndb.de>
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 7d4b96daad44..5115ff9e8a2a 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -103,6 +103,13 @@ choice
103 Say Y here if you want the debug print routines to direct 103 Say Y here if you want the debug print routines to direct
104 their output to the second serial port on these devices. 104 their output to the second serial port on these devices.
105 105
106 config DEBUG_CNS3XXX
107 bool "Kernel Kernel low-level debugging on Cavium Networks CNS3xxx"
108 depends on ARCH_CNS3XXX
109 help
110 Say Y here if you want the debug print routines to direct
111 their output to the CNS3xxx UART0.
112
106 config DEBUG_DAVINCI_DA8XX_UART1 113 config DEBUG_DAVINCI_DA8XX_UART1
107 bool "Kernel low-level debugging on DaVinci DA8XX using UART1" 114 bool "Kernel low-level debugging on DaVinci DA8XX using UART1"
108 depends on ARCH_DAVINCI_DA8XX 115 depends on ARCH_DAVINCI_DA8XX
@@ -586,6 +593,7 @@ endchoice
586 593
587config DEBUG_LL_INCLUDE 594config DEBUG_LL_INCLUDE
588 string 595 string
596 default "debug/cns3xxx.S" if DEBUG_CNS3XXX
589 default "debug/icedcc.S" if DEBUG_ICEDCC 597 default "debug/icedcc.S" if DEBUG_ICEDCC
590 default "debug/imx.S" if DEBUG_IMX1_UART || \ 598 default "debug/imx.S" if DEBUG_IMX1_UART || \
591 DEBUG_IMX25_UART || \ 599 DEBUG_IMX25_UART || \