diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-06-21 05:46:56 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-06-21 05:46:56 -0400 |
commit | c20e459fcc7d5d86a359b19f54362fb6fb77c6aa (patch) | |
tree | 67874c7e922932af6f25793775d0ca781b2697c2 /arch/arm/Kconfig.debug | |
parent | e43995ad58264f5113a27d4c6c75edadcf126840 (diff) | |
parent | d63dc0514d56e108cc96e334ca26b538263e52a2 (diff) |
Merge tag 'v3.11-rockchip-basics' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/soc
From Heiko Stuebner:
Adds basic support for Rockchip Cortex-A9 SoCs.
* tag 'v3.11-rockchip-basics' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip:
arm: add basic support for Rockchip RK3066a boards
arm: add debug uarts for rockchip rk29xx and rk3xxx series
arm: Add basic clocks for Rockchip rk3066a SoCs
clocksource: dw_apb_timer_of: use clocksource_of_init
clocksource: dw_apb_timer_of: select DW_APB_TIMER
clocksource: dw_apb_timer_of: add clock-handling
clocksource: dw_apb_timer_of: enable the use the clocksource as sched clock
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 394d2a4064e1..ab95f07e1541 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -399,6 +399,13 @@ choice | |||
399 | their output to the standard serial port on the RealView | 399 | their output to the standard serial port on the RealView |
400 | PB1176 platform. | 400 | PB1176 platform. |
401 | 401 | ||
402 | config DEBUG_ROCKCHIP_UART | ||
403 | bool "Kernel low-level debugging messages via Rockchip UART" | ||
404 | depends on ARCH_ROCKCHIP | ||
405 | help | ||
406 | Say Y here if you want kernel low-level debugging support | ||
407 | on Rockchip based platforms. | ||
408 | |||
402 | config DEBUG_S3C_UART0 | 409 | config DEBUG_S3C_UART0 |
403 | depends on PLAT_SAMSUNG | 410 | depends on PLAT_SAMSUNG |
404 | select DEBUG_EXYNOS_UART if ARCH_EXYNOS | 411 | select DEBUG_EXYNOS_UART if ARCH_EXYNOS |
@@ -643,6 +650,32 @@ endchoice | |||
643 | 650 | ||
644 | choice | 651 | choice |
645 | prompt "Low-level debug console UART" | 652 | prompt "Low-level debug console UART" |
653 | depends on DEBUG_ROCKCHIP_UART | ||
654 | |||
655 | config DEBUG_RK29_UART0 | ||
656 | bool "RK29 UART0" | ||
657 | |||
658 | config DEBUG_RK29_UART1 | ||
659 | bool "RK29 UART1" | ||
660 | |||
661 | config DEBUG_RK29_UART2 | ||
662 | bool "RK29 UART2" | ||
663 | |||
664 | config DEBUG_RK3X_UART0 | ||
665 | bool "RK3X UART0" | ||
666 | |||
667 | config DEBUG_RK3X_UART1 | ||
668 | bool "RK3X UART1" | ||
669 | |||
670 | config DEBUG_RK3X_UART2 | ||
671 | bool "RK3X UART2" | ||
672 | |||
673 | config DEBUG_RK3X_UART3 | ||
674 | bool "RK3X UART3" | ||
675 | endchoice | ||
676 | |||
677 | choice | ||
678 | prompt "Low-level debug console UART" | ||
646 | depends on DEBUG_LL && DEBUG_TEGRA_UART | 679 | depends on DEBUG_LL && DEBUG_TEGRA_UART |
647 | 680 | ||
648 | config TEGRA_DEBUG_UART_AUTO_ODMDATA | 681 | config TEGRA_DEBUG_UART_AUTO_ODMDATA |
@@ -697,6 +730,7 @@ config DEBUG_LL_INCLUDE | |||
697 | default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART | 730 | default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART |
698 | default "debug/pxa.S" if DEBUG_PXA_UART1 || DEBUG_MMP_UART2 || \ | 731 | default "debug/pxa.S" if DEBUG_PXA_UART1 || DEBUG_MMP_UART2 || \ |
699 | DEBUG_MMP_UART3 | 732 | DEBUG_MMP_UART3 |
733 | default "debug/rockchip.S" if DEBUG_ROCKCHIP_UART | ||
700 | default "debug/sirf.S" if DEBUG_SIRFPRIMA2_UART1 || DEBUG_SIRFMARCO_UART1 | 734 | default "debug/sirf.S" if DEBUG_SIRFPRIMA2_UART1 || DEBUG_SIRFMARCO_UART1 |
701 | default "debug/socfpga.S" if DEBUG_SOCFPGA_UART | 735 | default "debug/socfpga.S" if DEBUG_SOCFPGA_UART |
702 | default "debug/sunxi.S" if DEBUG_SUNXI_UART0 || DEBUG_SUNXI_UART1 | 736 | default "debug/sunxi.S" if DEBUG_SUNXI_UART0 || DEBUG_SUNXI_UART1 |