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/Kconfig.debug | |
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/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 333b6a416d2f..4c1eb7dd2a7e 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -268,6 +268,22 @@ choice | |||
268 | Say Y here if you want the debug print routines to direct | 268 | Say Y here if you want the debug print routines to direct |
269 | their output to the third serial port on MSM devices. | 269 | their output to the third serial port on MSM devices. |
270 | 270 | ||
271 | config DEBUG_MSM8660_UART | ||
272 | bool "Kernel low-level debugging messages via MSM 8660 UART" | ||
273 | depends on ARCH_MSM8X60 | ||
274 | select MSM_HAS_DEBUG_UART_HS | ||
275 | help | ||
276 | Say Y here if you want the debug print routines to direct | ||
277 | their output to the serial port on MSM 8660 devices. | ||
278 | |||
279 | config DEBUG_MSM8960_UART | ||
280 | bool "Kernel low-level debugging messages via MSM 8960 UART" | ||
281 | depends on ARCH_MSM8960 | ||
282 | select MSM_HAS_DEBUG_UART_HS | ||
283 | help | ||
284 | Say Y here if you want the debug print routines to direct | ||
285 | their output to the serial port on MSM 8960 devices. | ||
286 | |||
271 | endchoice | 287 | endchoice |
272 | 288 | ||
273 | config EARLY_PRINTK | 289 | config EARLY_PRINTK |