diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2011-11-08 13:33:04 -0500 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2011-11-10 13:17:06 -0500 |
commit | a3d3ef9d4fd57cfd407c8d2d0a7daec000468ebf (patch) | |
tree | 4894c7c2c68b9caa9e6842d317cde4800905e03e /arch/arm/mach-msm/Kconfig | |
parent | 650e3f0d66ade2a614d854765dae3bbc9a87f58d (diff) |
msm: Support DEBUG_LL on MSM8660 and MSM8960
Add support for DEBUG_LL on the 8660 and 8960 development boards.
While we're here cleanup the uncompress.h code a bit. Avoid
the use of readl/writel as those are Linux specific APIs that
aren't guaranteed to work in the decompressor.
Cc: Nicolas Pitre <nico@fluxnic.net>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/Kconfig')
-rw-r--r-- | arch/arm/mach-msm/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig index 5b07b6104e5d..000ddf0a4f33 100644 --- a/arch/arm/mach-msm/Kconfig +++ b/arch/arm/mach-msm/Kconfig | |||
@@ -60,6 +60,9 @@ config ARCH_MSM8960 | |||
60 | 60 | ||
61 | endchoice | 61 | endchoice |
62 | 62 | ||
63 | config MSM_HAS_DEBUG_UART_HS | ||
64 | bool | ||
65 | |||
63 | config MSM_SOC_REV_A | 66 | config MSM_SOC_REV_A |
64 | bool | 67 | bool |
65 | config ARCH_MSM_SCORPIONMP | 68 | config ARCH_MSM_SCORPIONMP |