diff options
author | Haojian Zhuang <haojian.zhuang@gmail.com> | 2012-08-10 11:49:41 -0400 |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@gmail.com> | 2012-08-16 04:45:45 -0400 |
commit | fa4cd2a880f842ebbeeafc58e107a85e3c1913ce (patch) | |
tree | 38316d311ee9e0bca39db1c40276e7b0b26240af /arch/arm/Kconfig.debug | |
parent | 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee (diff) |
ARM: mmp: implement DEBUG_LL port choice
DEBUG_LL port must be choiced in arch-mmp. DEBUG_LL port should be
UART2 in TTC DKB. And it should be UART3 in brownstone.
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index f15f82bf3a50..0919191b8aa5 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -224,6 +224,20 @@ choice | |||
224 | Say Y here if you want kernel low-level debugging support | 224 | Say Y here if you want kernel low-level debugging support |
225 | on i.MX6Q UART4. | 225 | on i.MX6Q UART4. |
226 | 226 | ||
227 | config DEBUG_MMP_UART2 | ||
228 | bool "Kernel low-level debugging message via MMP UART2" | ||
229 | depends on ARCH_MMP | ||
230 | help | ||
231 | Say Y here if you want kernel low-level debugging support | ||
232 | on MMP UART2. | ||
233 | |||
234 | config DEBUG_MMP_UART3 | ||
235 | bool "Kernel low-level debugging message via MMP UART3" | ||
236 | depends on ARCH_MMP | ||
237 | help | ||
238 | Say Y here if you want kernel low-level debugging support | ||
239 | on MMP UART3. | ||
240 | |||
227 | config DEBUG_MSM_UART1 | 241 | config DEBUG_MSM_UART1 |
228 | bool "Kernel low-level debugging messages via MSM UART1" | 242 | bool "Kernel low-level debugging messages via MSM UART1" |
229 | depends on ARCH_MSM7X00A || ARCH_MSM7X30 || ARCH_QSD8X50 | 243 | depends on ARCH_MSM7X00A || ARCH_MSM7X30 || ARCH_QSD8X50 |