aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig.debug
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2013-05-04 15:34:30 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2013-05-04 15:34:30 -0400
commit150a8dcf109f68f322bf112c7604f2d950303f00 (patch)
treed2219f3de4facbcd34625c733b6fae85ea3b7b8c /arch/arm/Kconfig.debug
parente3d98847ded1d183111ff7c4d1ef56b161c7f13e (diff)
parent21bdcc1a2ffce8c9bc7caad711401fff47f99c00 (diff)
Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC board specific changes (part 1) from Olof Johansson: "These changes are all for board specific files. These used to make up a large portion of the ARM changes in the past, but as we are generalizing the support and moving to device tree probing, this has gotten significantly smaller. The only platform actually adding new code here at the moment is Renesas shmobile, as they are still busy converting their code to device tree and have not come far enough to not need it." * tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (43 commits) ARM: msm: USB_MSM_OTG needs USB_PHY ARM: davinci: da850 evm: fix const qualifier placement ARM: davinci: da850 board: add remoteproc support ARM: pxa: move debug uart code ARM: pxa: select PXA935 on saar & tavorevb ARM: mmp: add more compatible names in gpio driver ARM: pxa: move PXA_GPIO_TO_IRQ macro ARM: pxa: remove cpu_is_xxx in gpio driver ARM: Kirkwood: update Network Space Mini v2 description ARM: Kirkwood: DT board setup for CloudBox ARM: Kirkwood: sort board entries by ASCII-code order ARM: OMAP: board-4430sdp: Provide regulator to pwm-backlight ARM: OMAP: zoom: Use pwm stack for lcd and keyboard backlight ARM: OMAP2+: omap2plus_defconfig: Add support for BMP085 pressure sensor omap2+: Remove useless Makefile line omap2+: Remove useless Makefile line ARM: OMAP: RX-51: add missing regulator supply definitions for lis3lv02d ARM: OMAP1: fix omap_udc registration ARM: davinci: use is IS_ENABLED macro ARM: kirkwood: add MACH_GURUPLUG_DT to defconfig ...
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r--arch/arm/Kconfig.debug15
1 files changed, 12 insertions, 3 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 5c8e59f6a6f4..f57a6ba26e04 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -330,6 +330,13 @@ choice
330 Say Y here if you want kernel low-level debugging support 330 Say Y here if you want kernel low-level debugging support
331 on PicoXcell based platforms. 331 on PicoXcell based platforms.
332 332
333 config DEBUG_PXA_UART1
334 depends on ARCH_PXA
335 bool "Use PXA UART1 for low-level debug"
336 help
337 Say Y here if you want kernel low-level debugging support
338 on PXA UART1.
339
333 config DEBUG_REALVIEW_STD_PORT 340 config DEBUG_REALVIEW_STD_PORT
334 bool "RealView Default UART" 341 bool "RealView Default UART"
335 depends on ARCH_REALVIEW 342 depends on ARCH_REALVIEW
@@ -615,6 +622,7 @@ config DEBUG_LL_INCLUDE
615 default "debug/bcm2835.S" if DEBUG_BCM2835 622 default "debug/bcm2835.S" if DEBUG_BCM2835
616 default "debug/cns3xxx.S" if DEBUG_CNS3XXX 623 default "debug/cns3xxx.S" if DEBUG_CNS3XXX
617 default "debug/exynos.S" if DEBUG_EXYNOS_UART 624 default "debug/exynos.S" if DEBUG_EXYNOS_UART
625 default "debug/highbank.S" if DEBUG_HIGHBANK_UART
618 default "debug/icedcc.S" if DEBUG_ICEDCC 626 default "debug/icedcc.S" if DEBUG_ICEDCC
619 default "debug/imx.S" if DEBUG_IMX1_UART || \ 627 default "debug/imx.S" if DEBUG_IMX1_UART || \
620 DEBUG_IMX25_UART || \ 628 DEBUG_IMX25_UART || \
@@ -624,20 +632,21 @@ config DEBUG_LL_INCLUDE
624 DEBUG_IMX51_UART || \ 632 DEBUG_IMX51_UART || \
625 DEBUG_IMX53_UART ||\ 633 DEBUG_IMX53_UART ||\
626 DEBUG_IMX6Q_UART 634 DEBUG_IMX6Q_UART
627 default "debug/highbank.S" if DEBUG_HIGHBANK_UART
628 default "debug/mvebu.S" if DEBUG_MVEBU_UART 635 default "debug/mvebu.S" if DEBUG_MVEBU_UART
629 default "debug/mxs.S" if DEBUG_IMX23_UART || DEBUG_IMX28_UART 636 default "debug/mxs.S" if DEBUG_IMX23_UART || DEBUG_IMX28_UART
630 default "debug/nomadik.S" if DEBUG_NOMADIK_UART 637 default "debug/nomadik.S" if DEBUG_NOMADIK_UART
631 default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_UART 638 default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_UART
632 default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART 639 default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART
640 default "debug/pxa.S" if DEBUG_PXA_UART1 || DEBUG_MMP_UART2 || \
641 DEBUG_MMP_UART3
633 default "debug/sirf.S" if DEBUG_SIRFPRIMA2_UART1 || DEBUG_SIRFMARCO_UART1 642 default "debug/sirf.S" if DEBUG_SIRFPRIMA2_UART1 || DEBUG_SIRFMARCO_UART1
634 default "debug/socfpga.S" if DEBUG_SOCFPGA_UART 643 default "debug/socfpga.S" if DEBUG_SOCFPGA_UART
635 default "debug/sunxi.S" if DEBUG_SUNXI_UART0 || DEBUG_SUNXI_UART1 644 default "debug/sunxi.S" if DEBUG_SUNXI_UART0 || DEBUG_SUNXI_UART1
645 default "debug/tegra.S" if DEBUG_TEGRA_UART
646 default "debug/ux500.S" if DEBUG_UX500_UART
636 default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \ 647 default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \
637 DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1 648 DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1
638 default "debug/vt8500.S" if DEBUG_VT8500_UART0 649 default "debug/vt8500.S" if DEBUG_VT8500_UART0
639 default "debug/tegra.S" if DEBUG_TEGRA_UART
640 default "debug/ux500.S" if DEBUG_UX500_UART
641 default "debug/zynq.S" if DEBUG_ZYNQ_UART0 || DEBUG_ZYNQ_UART1 650 default "debug/zynq.S" if DEBUG_ZYNQ_UART0 || DEBUG_ZYNQ_UART1
642 default "mach/debug-macro.S" 651 default "mach/debug-macro.S"
643 652