aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig.debug
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-06-19 20:14:59 -0400
committerArnd Bergmann <arnd@arndb.de>2013-06-19 20:15:45 -0400
commite5051b8472c2fde91e44d906c9a2e516a10b60b2 (patch)
treeb7c27378ca981a7bcf86639db7b0cde834feb0b6 /arch/arm/Kconfig.debug
parentc3b693d1d63444afe4fbf809d8a311b63741e503 (diff)
parent3bfbc6cd9b41f937a134ba65a4a1eefba062b9a8 (diff)
Merge tag 'imx-soc-3.11' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/soc
From Shawn Guo: imx soc changes for 3.11: * New SoCs i.MX6 Sololite and Vybrid VF610 support * imx5 and imx6 clock fixes and additions * Update clock driver to use of_clk_init() function * Refactor restart routine mxc_restart() to get it work for DT boot as well * Clean up mxc specific ulpi access ops * imx defconfig updates * tag 'imx-soc-3.11' of git://git.linaro.org/people/shawnguo/linux-2.6: (29 commits) ARM: imx_v6_v7_defconfig: Enable Vybrid VF610 ARM: imx_v6_v7_defconfig: Enable imx-wm8962 by default ARM: clk-imx6qdl: Add clko1 configuration for imx6qdl-sabresd ARM: imx_v6_v7_defconfig: Enable PWM and backlight options ARM: imx: Remove mxc specific ulpi access ops ARM: imx: add initial support for VF610 ARM: imx: add VF610 clock support ARM: imx_v6_v7_defconfig: enable parallel display ARM: imx: clk: No need to initialize phandle struct ARM: imx: irq-common: Include header to avoid sparse warning ARM: imx: Enable mx6 solo-lite support ARM: imx6: use common of_clk_init() call to initialize clocks ARM: imx6q: call of_clk_init() to register fixed rate clocks ARM: imx: imx_v6_v7_defconfig: Select CONFIG_DRM_IMX_TVE ARM: i.MX6: clk: add different DualLite MLB clock config ARM i.MX5: Add S/PDIF clocks ARM i.MX53: Add SATA clock ARM: imx6q: clk: add the eim_slow clock ARM: imx: remove MLB PLL from pllv3 ARM: imx: disable pll8_mlb in mx6q_clks ... Conflicts: arch/arm/Kconfig.debug (simple add/add conflict) Includes an update to 3.10-rc6 Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r--arch/arm/Kconfig.debug13
1 files changed, 11 insertions, 2 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 7ef6f145f964..394d2a4064e1 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -251,6 +251,13 @@ choice
251 Say Y here if you want kernel low-level debugging support 251 Say Y here if you want kernel low-level debugging support
252 on i.MX6Q/DL. 252 on i.MX6Q/DL.
253 253
254 config DEBUG_IMX6SL_UART
255 bool "i.MX6SL Debug UART"
256 depends on SOC_IMX6SL
257 help
258 Say Y here if you want kernel low-level debugging support
259 on i.MX6SL.
260
254 config DEBUG_KEYSTONE_UART0 261 config DEBUG_KEYSTONE_UART0
255 bool "Kernel low-level debugging on KEYSTONE2 using UART0" 262 bool "Kernel low-level debugging on KEYSTONE2 using UART0"
256 depends on ARCH_KEYSTONE 263 depends on ARCH_KEYSTONE
@@ -578,7 +585,8 @@ config DEBUG_IMX_UART_PORT
578 DEBUG_IMX35_UART || \ 585 DEBUG_IMX35_UART || \
579 DEBUG_IMX51_UART || \ 586 DEBUG_IMX51_UART || \
580 DEBUG_IMX53_UART || \ 587 DEBUG_IMX53_UART || \
581 DEBUG_IMX6Q_UART 588 DEBUG_IMX6Q_UART || \
589 DEBUG_IMX6SL_UART
582 default 1 590 default 1
583 depends on ARCH_MXC 591 depends on ARCH_MXC
584 help 592 help
@@ -677,7 +685,8 @@ config DEBUG_LL_INCLUDE
677 DEBUG_IMX35_UART || \ 685 DEBUG_IMX35_UART || \
678 DEBUG_IMX51_UART || \ 686 DEBUG_IMX51_UART || \
679 DEBUG_IMX53_UART ||\ 687 DEBUG_IMX53_UART ||\
680 DEBUG_IMX6Q_UART 688 DEBUG_IMX6Q_UART || \
689 DEBUG_IMX6SL_UART
681 default "debug/keystone.S" if DEBUG_KEYSTONE_UART0 || \ 690 default "debug/keystone.S" if DEBUG_KEYSTONE_UART0 || \
682 DEBUG_KEYSTONE_UART1 691 DEBUG_KEYSTONE_UART1
683 default "debug/mvebu.S" if DEBUG_MVEBU_UART || \ 692 default "debug/mvebu.S" if DEBUG_MVEBU_UART || \