@@ -100,9 +100,13 @@ config OC_ETM
buffer driver that will allow you to collect traces of the
kernel code.
+choice
+ prompt "Kernel low-level debugging port"
+ depends on DEBUG_LL
+
config DEBUG_DC21285_PORT
bool "Kernel low-level debugging messages via footbridge serial port"
- depends on DEBUG_LL && FOOTBRIDGE
+ depends on FOOTBRIDGE
help
Say Y here if you want the debug print routines to direct their
output to the serial port in the DC21285 (Footbridge). Saying N
@@ -111,12 +115,14 @@ config DEBUG_DC21285_PORT
config DEBUG_CLPS711X_UART2
bool "Kernel low-level debugging messages via UART2"
- depends on DEBUG_LL && ARCH_CLPS711X
+ depends on ARCH_CLPS711X
help
Say Y here if you want the debug print routines to direct their
output to the second serial port on these devices. Saying N will
cause the debug messages to appear on the first serial port.
+endchoice
+
config DEBUG_S3C_UART
depends on PLAT_SAMSUNG
int "S3C UART to use for low-level debug"