|
@@ -386,6 +386,20 @@ choice
|
|
|
Say Y here if you want kernel low-level debugging support
|
|
|
on Tegra based platforms.
|
|
|
|
|
|
+ config DEBUG_SIRFPRIMA2_UART1
|
|
|
+ bool "Kernel low-level debugging messages via SiRFprimaII UART1"
|
|
|
+ depends on ARCH_PRIMA2
|
|
|
+ help
|
|
|
+ Say Y here if you want the debug print routines to direct
|
|
|
+ their output to the uart1 port on SiRFprimaII devices.
|
|
|
+
|
|
|
+ config DEBUG_SIRFMARCO_UART1
|
|
|
+ bool "Kernel low-level debugging messages via SiRFmarco UART1"
|
|
|
+ depends on ARCH_MARCO
|
|
|
+ help
|
|
|
+ Say Y here if you want the debug print routines to direct
|
|
|
+ their output to the uart1 port on SiRFmarco devices.
|
|
|
+
|
|
|
config DEBUG_VEXPRESS_UART0_DETECT
|
|
|
bool "Autodetect UART0 on Versatile Express Cortex-A core tiles"
|
|
|
depends on ARCH_VEXPRESS && CPU_CP15_MMU
|