summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index d4373431aa..62d82c6e09 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -846,6 +846,13 @@ config DEBUG_AM33XX_UART
Say Y here if you want kernel low-level debugging support
on AM33XX.
+config DEBUG_ROCKCHIP_UART
+ bool "RK31xx Debug UART"
+ depends on ARCH_ROCKCHIP
+ help
+ Say Y here if you want kernel low-level debugging support
+ on RK31XX.
+
endchoice
config DEBUG_IMX_UART_PORT
@@ -878,6 +885,14 @@ config DEBUG_OMAP_UART_PORT
OMAP4: 1 - 3
AM33XX: 0 - 2
+config DEBUG_ROCKCHIP_UART_PORT
+ int "RK31xx UART debug port" if DEBUG_ROCKCHIP_UART
+ default 2
+ depends on ARCH_ROCKCHIP
+ help
+ Choose UART port on which kernel low-level debug messages
+ should be output.
+
config DEBUG_INITCALLS
bool "Trace initcalls"
help