aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig.debug
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-04-08 14:08:43 -0400
committerArnd Bergmann <arnd@arndb.de>2013-04-09 06:06:28 -0400
commitf5f29151588744ea2e283971cb0ad403ee04e3e2 (patch)
treeafdeceebd1e5413508d35fded1dd3363e931071f /arch/arm/Kconfig.debug
parent806a94f20c8d78c96601878393a49fab577dcf2e (diff)
parentf1ac922dec7ed36659344eadc65b9c06efe14d7f (diff)
Merge tag 'bcm2835-for-3.10-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi into next/multiplatform
From Stephen Warren <swarren@wwwdotorg.org>: ARM: bcm2835: convert to multi-platform This branch (patch) converts BCM2835 to support being built into a multi-platform single zImage. This mostly entails a few small Kconfig tweaks, move the earlyprintk implementation to the standard multi- platform location, and deleting some unnecessary files. * tag 'bcm2835-for-3.10-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi: ARM: bcm2835: convert to multi-platform Conflicts: arch/arm/Kconfig arch/arm/Kconfig.debug Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r--arch/arm/Kconfig.debug5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index fd17127b4188..5f6c665b00d2 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -89,6 +89,10 @@ choice
89 bool "Kernel low-level debugging on 9263 and 9g45" 89 bool "Kernel low-level debugging on 9263 and 9g45"
90 depends on HAVE_AT91_DBGU1 90 depends on HAVE_AT91_DBGU1
91 91
92 config DEBUG_BCM2835
93 bool "Kernel low-level debugging on BCM2835 PL011 UART"
94 depends on ARCH_BCM2835
95
92 config DEBUG_CLPS711X_UART1 96 config DEBUG_CLPS711X_UART1
93 bool "Kernel low-level debugging messages via UART1" 97 bool "Kernel low-level debugging messages via UART1"
94 depends on ARCH_CLPS711X 98 depends on ARCH_CLPS711X
@@ -593,6 +597,7 @@ endchoice
593 597
594config DEBUG_LL_INCLUDE 598config DEBUG_LL_INCLUDE
595 string 599 string
600 default "debug/bcm2835.S" if DEBUG_BCM2835
596 default "debug/cns3xxx.S" if DEBUG_CNS3XXX 601 default "debug/cns3xxx.S" if DEBUG_CNS3XXX
597 default "debug/icedcc.S" if DEBUG_ICEDCC 602 default "debug/icedcc.S" if DEBUG_ICEDCC
598 default "debug/imx.S" if DEBUG_IMX1_UART || \ 603 default "debug/imx.S" if DEBUG_IMX1_UART || \