diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2011-11-08 13:33:03 -0500 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2011-11-10 13:17:06 -0500 |
commit | 650e3f0d66ade2a614d854765dae3bbc9a87f58d (patch) | |
tree | d849c9687ae7c9a3afcc9e49444eba167ec16394 /arch/arm/Kconfig.debug | |
parent | 1ea6b8f48918282bdca0b32a34095504ee65bab5 (diff) |
ARM: msm: Consolidate and move DEBUG_LL to DEBUG_LL choice
Now that DEBUG_LL is a choice we can move MSM's homegrown choice
menu to DEBUG_LL.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index c5213e78606b..333b6a416d2f 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -247,6 +247,27 @@ choice | |||
247 | their output to the standard serial port on the RealView | 247 | their output to the standard serial port on the RealView |
248 | PB1176 platform. | 248 | PB1176 platform. |
249 | 249 | ||
250 | config DEBUG_MSM_UART1 | ||
251 | bool "Kernel low-level debugging messages via MSM UART1" | ||
252 | depends on ARCH_MSM7X00A || ARCH_MSM7X30 || ARCH_QSD8X50 | ||
253 | help | ||
254 | Say Y here if you want the debug print routines to direct | ||
255 | their output to the first serial port on MSM devices. | ||
256 | |||
257 | config DEBUG_MSM_UART2 | ||
258 | bool "Kernel low-level debugging messages via MSM UART2" | ||
259 | depends on ARCH_MSM7X00A || ARCH_MSM7X30 || ARCH_QSD8X50 | ||
260 | help | ||
261 | Say Y here if you want the debug print routines to direct | ||
262 | their output to the second serial port on MSM devices. | ||
263 | |||
264 | config DEBUG_MSM_UART3 | ||
265 | bool "Kernel low-level debugging messages via MSM UART3" | ||
266 | depends on ARCH_MSM7X00A || ARCH_MSM7X30 || ARCH_QSD8X50 | ||
267 | help | ||
268 | Say Y here if you want the debug print routines to direct | ||
269 | their output to the third serial port on MSM devices. | ||
270 | |||
250 | endchoice | 271 | endchoice |
251 | 272 | ||
252 | config EARLY_PRINTK | 273 | config EARLY_PRINTK |