diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-02 00:08:03 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-02 00:08:03 -0400 |
commit | 994c0e992522c123298b4a91b72f5e67ba2d1123 (patch) | |
tree | 411952f844b8e1d5ef2854e44df793529078d3eb /arch/arm/Kconfig.debug | |
parent | 367069f16e32e188d4687fe2c3e30f2ca583836f (diff) | |
parent | abc3f126ac736280c68db6472eb0040ddf6e1b1f (diff) |
Merge branch 'next/soc' of git://git.linaro.org/people/arnd/arm-soc
* 'next/soc' of git://git.linaro.org/people/arnd/arm-soc: (21 commits)
MAINTAINERS: add ARM/FREESCALE IMX6 entry
arm/imx: merge i.MX3 and i.MX6
arm/imx6q: add suspend/resume support
arm/imx6q: add device tree machine support
arm/imx6q: add smp and cpu hotplug support
arm/imx6q: add core drivers clock, gpc, mmdc and src
arm/imx: add gic_handle_irq function
arm/imx6q: add core definitions and low-level debug uart
arm/imx6q: add device tree source
ARM: highbank: add suspend support
ARM: highbank: Add cpu hotplug support
ARM: highbank: add SMP support
MAINTAINERS: add Calxeda Highbank ARM platform
ARM: add Highbank core platform support
ARM: highbank: add devicetree source
ARM: l2x0: add empty l2x0_of_init
picoxcell: add a definition of VMALLOC_END
picoxcell: remove custom ioremap implementation
picoxcell: add the DTS for the PC7302 board
picoxcell: add the DTS for pc3x2 and pc3x3 devices
...
Fix up trivial conflicts in arch/arm/Kconfig, and some more header file
conflicts in arch/arm/mach-omap2/board-generic.c (as per an ealier merge
by Arnd).
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 64db5b1648e5..c5213e78606b 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -128,6 +128,13 @@ choice | |||
128 | Say Y here if you want the debug print routines to direct | 128 | Say Y here if you want the debug print routines to direct |
129 | their output to the second serial port on these devices. | 129 | their output to the second serial port on these devices. |
130 | 130 | ||
131 | config DEBUG_HIGHBANK_UART | ||
132 | bool "Kernel low-level debugging messages via Highbank UART" | ||
133 | depends on ARCH_HIGHBANK | ||
134 | help | ||
135 | Say Y here if you want the debug print routines to direct | ||
136 | their output to the UART on Highbank based devices. | ||
137 | |||
131 | config DEBUG_IMX1_UART | 138 | config DEBUG_IMX1_UART |
132 | bool "i.MX1 Debug UART" | 139 | bool "i.MX1 Debug UART" |
133 | depends on SOC_IMX1 | 140 | depends on SOC_IMX1 |
@@ -184,6 +191,13 @@ choice | |||
184 | Say Y here if you want kernel low-level debugging support | 191 | Say Y here if you want kernel low-level debugging support |
185 | on i.MX50 or i.MX53. | 192 | on i.MX50 or i.MX53. |
186 | 193 | ||
194 | config DEBUG_IMX6Q_UART | ||
195 | bool "i.MX6Q Debug UART" | ||
196 | depends on SOC_IMX6Q | ||
197 | help | ||
198 | Say Y here if you want kernel low-level debugging support | ||
199 | on i.MX6Q. | ||
200 | |||
187 | config DEBUG_S3C_UART0 | 201 | config DEBUG_S3C_UART0 |
188 | depends on PLAT_SAMSUNG | 202 | depends on PLAT_SAMSUNG |
189 | bool "Use S3C UART 0 for low-level debug" | 203 | bool "Use S3C UART 0 for low-level debug" |