From 7098cff2a3f4db5f844607b8a09bd191618c769e Mon Sep 17 00:00:00 2001 From: "Ivan T. Ivanov" Date: Mon, 14 Apr 2014 16:47:34 +0300 Subject: ARM: debug: qcom: make UART address selection configuration option Separate Qualcomm low-level debugging UART to two options. DEBUG_MSM_UART is used in earlier non-multi platform arches, like MSM7X00A, QSD8X50 and MSM7X30. DEBUG_QCOM_UARTDM is used in multi-plafrom arches and have embedded data mover. Make DEBUG_UART_PHYS and DEBUG_UART_BASE user adjustable by Kconfig menu. Signed-off-by: Ivan T. Ivanov Reviewed-by: Stephen Boyd Tested-by: Stephen Boyd Signed-off-by: Kumar Gala --- arch/arm/mach-msm/Kconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/arm/mach-msm') diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig index a7f959e..9b26976 100644 --- a/arch/arm/mach-msm/Kconfig +++ b/arch/arm/mach-msm/Kconfig @@ -42,9 +42,6 @@ config ARCH_QSD8X50 endchoice -config MSM_HAS_DEBUG_UART_HS - bool - config MSM_SOC_REV_A bool -- cgit v1.1