|
@@ -338,6 +338,17 @@ choice
|
|
|
The uncompressor code port configuration is now handled
|
|
|
by CONFIG_S3C_LOWLEVEL_UART_PORT.
|
|
|
|
|
|
+ config DEBUG_S3C_UART3
|
|
|
+ depends on PLAT_SAMSUNG && ARCH_EXYNOS
|
|
|
+ bool "Use S3C UART 3 for low-level debug"
|
|
|
+ help
|
|
|
+ Say Y here if you want the debug print routines to direct
|
|
|
+ their output to UART 3. The port must have been initialised
|
|
|
+ by the boot-loader before use.
|
|
|
+
|
|
|
+ The uncompressor code port configuration is now handled
|
|
|
+ by CONFIG_S3C_LOWLEVEL_UART_PORT.
|
|
|
+
|
|
|
config DEBUG_SOCFPGA_UART
|
|
|
depends on ARCH_SOCFPGA
|
|
|
bool "Use SOCFPGA UART for low-level debug"
|