summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAndrey Panov <rockford@yandex.ru>2015-02-12 22:07:11 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2015-02-13 07:21:56 +0100
commit2464c7f7d742cbce325b6dfdb2b48cb256360dd0 (patch)
treead6c6832a89bb80975ff7613bc0736e1104077d8 /common
parent84fcb11b02df83d89a62ec33d7ed0bbd700b0318 (diff)
downloadbarebox-2464c7f7d742cbce325b6dfdb2b48cb256360dd0.tar.gz
barebox-2464c7f7d742cbce325b6dfdb2b48cb256360dd0.tar.xz
ARM: Rockchip: Add DEBUG_LL based on mach-socfpga
Signed-off-by: Andrey Panov <rockford@yandex.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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