diff options
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 bbb0a670cd1a..af3987cb9e4d 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -386,6 +386,20 @@ choice | |||
386 | Say Y here if you want kernel low-level debugging support | 386 | Say Y here if you want kernel low-level debugging support |
387 | on Tegra based platforms. | 387 | on Tegra based platforms. |
388 | 388 | ||
389 | config DEBUG_SIRFPRIMA2_UART1 | ||
390 | bool "Kernel low-level debugging messages via SiRFprimaII UART1" | ||
391 | depends on ARCH_PRIMA2 | ||
392 | help | ||
393 | Say Y here if you want the debug print routines to direct | ||
394 | their output to the uart1 port on SiRFprimaII devices. | ||
395 | |||
396 | config DEBUG_SIRFMARCO_UART1 | ||
397 | bool "Kernel low-level debugging messages via SiRFmarco UART1" | ||
398 | depends on ARCH_MARCO | ||
399 | help | ||
400 | Say Y here if you want the debug print routines to direct | ||
401 | their output to the uart1 port on SiRFmarco devices. | ||
402 | |||
389 | config DEBUG_VEXPRESS_UART0_DETECT | 403 | config DEBUG_VEXPRESS_UART0_DETECT |
390 | bool "Autodetect UART0 on Versatile Express Cortex-A core tiles" | 404 | bool "Autodetect UART0 on Versatile Express Cortex-A core tiles" |
391 | depends on ARCH_VEXPRESS && CPU_CP15_MMU | 405 | depends on ARCH_VEXPRESS && CPU_CP15_MMU |