diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-04-09 09:54:16 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-04-09 10:01:52 -0400 |
commit | 9bc128e16bb82c046d6972171de572affc5c4cbf (patch) | |
tree | 7c6dbe7f69771e9563d39f3be8a4854bed30d861 /arch/arm/Kconfig.debug | |
parent | 835f9c38bbb4498c3d43b7466964bdadbb1fd244 (diff) | |
parent | f6f1bdac9d3006e246e82672322dcd7e7e0863fd (diff) |
Merge tag 'ux500-multiplatform-asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/multiplatform
From Linus Walleij <linus.walleij@linaro.org>:
Ux500 multiplatform support. This tag builds upon the MFD-specific base
tag "ux500-multiplatform-mfd". This removes all <mach/*> dependencies
and makes the ux500 fully multi-platform.
* tag 'ux500-multiplatform-asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson:
ARM: ux500: build hotplug.o for ARMv7-a
ARM: ux500: move to multiplatform
ARM: ux500: make remaining headers local
ARM: ux500: make irqs.h local to platform
ARM: ux500: get rid of <mach/[hardware|db8500-regs].h>
staging: ste_rmi4: kill platform_data hack
ARM: ux500: move mach/msp.h to <linux/platform_data/*>
clk: ux500: pass clock base adresses in init call
ARM: ux500: make debug macro stand-alone
ARM: ux500: move debugmacro to debug includes
ARM: ux500: split out prcmu initialization
mfd: db8500-prcmu: drop unused includes
ARM: ux500: move PM-related PRCMU functions to machine
mfd: db8500-prcmu: get base address from resource
mfd: prcmu: pass a base and size with the early initcall
Conflicts:
arch/arm/Kconfig
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 5310ce2bc92a..719ef2855b8e 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -432,6 +432,13 @@ choice | |||
432 | Say Y here if you want the debug print routines to direct | 432 | Say Y here if you want the debug print routines to direct |
433 | their output to the uart1 port on SiRFmarco devices. | 433 | their output to the uart1 port on SiRFmarco devices. |
434 | 434 | ||
435 | config DEBUG_UX500_UART | ||
436 | depends on ARCH_U8500 | ||
437 | bool "Use Ux500 UART for low-level debug" | ||
438 | help | ||
439 | Say Y here if you want kernel low-level debugging support | ||
440 | on Ux500 based platforms. | ||
441 | |||
435 | config DEBUG_VEXPRESS_UART0_DETECT | 442 | config DEBUG_VEXPRESS_UART0_DETECT |
436 | bool "Autodetect UART0 on Versatile Express Cortex-A core tiles" | 443 | bool "Autodetect UART0 on Versatile Express Cortex-A core tiles" |
437 | depends on ARCH_VEXPRESS && CPU_CP15_MMU | 444 | depends on ARCH_VEXPRESS && CPU_CP15_MMU |
@@ -620,6 +627,7 @@ config DEBUG_LL_INCLUDE | |||
620 | DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1 | 627 | DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1 |
621 | default "debug/vt8500.S" if DEBUG_VT8500_UART0 | 628 | default "debug/vt8500.S" if DEBUG_VT8500_UART0 |
622 | default "debug/tegra.S" if DEBUG_TEGRA_UART | 629 | default "debug/tegra.S" if DEBUG_TEGRA_UART |
630 | default "debug/ux500.S" if DEBUG_UX500_UART | ||
623 | default "debug/zynq.S" if DEBUG_ZYNQ_UART0 || DEBUG_ZYNQ_UART1 | 631 | default "debug/zynq.S" if DEBUG_ZYNQ_UART0 || DEBUG_ZYNQ_UART1 |
624 | default "mach/debug-macro.S" | 632 | default "mach/debug-macro.S" |
625 | 633 | ||