diff options
author | Ivan T. Ivanov <iivanov@mm-sol.com> | 2014-04-14 15:47:34 +0200 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2014-05-22 18:50:15 +0200 |
commit | 7098cff2a3f4db5f844607b8a09bd191618c769e (patch) | |
tree | c67c56a970a0aa458dac8fd9e629314aceec2ba0 /arch/arm/mach-msm | |
parent | ARM: qcom: Enable ARM_AMBA option for Qualcomm SOCs. (diff) | |
download | linux-7098cff2a3f4db5f844607b8a09bd191618c769e.tar.xz linux-7098cff2a3f4db5f844607b8a09bd191618c769e.zip |
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 <iivanov@mm-sol.com>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Tested-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm')
-rw-r--r-- | arch/arm/mach-msm/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig index a7f959e58c3d..9b26976fb084 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 |