summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-06-16 10:54:37 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-06-16 10:54:37 +0200
commit30d6ac7c240e224287f495e9be203bc7d2c4bc74 (patch)
treeb5056e2b425482dc00aad165eabecf0b97d1ea00 /common
parent906bc49aab6a2679d3ee8da31af79844db3dd940 (diff)
parent4317fb84cbb971c5e7d889bc57bbd34ca319aa70 (diff)
downloadbarebox-30d6ac7c240e224287f495e9be203bc7d2c4bc74.tar.gz
barebox-30d6ac7c240e224287f495e9be203bc7d2c4bc74.tar.xz
Merge branch 'for-next/rockchip'
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig18
1 files changed, 13 insertions, 5 deletions
diff --git a/common/Kconfig b/common/Kconfig
index b18975850d..8b8f80bbb3 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1317,12 +1317,19 @@ config DEBUG_AM33XX_UART
Say Y here if you want kernel low-level debugging support
on AM33XX.
-config DEBUG_ROCKCHIP_UART
- bool "RK3xxx Debug UART"
- depends on ARCH_ROCKCHIP
+config DEBUG_ROCKCHIP_RK3188_UART
+ bool "RK3188 Debug UART"
+ depends on ARCH_RK3188
+ help
+ Say Y here if you want kernel low-level debugging support
+ on RK3188.
+
+config DEBUG_ROCKCHIP_RK3288_UART
+ bool "RK3288 Debug UART"
+ depends on ARCH_RK3288
help
Say Y here if you want kernel low-level debugging support
- on RK3XXX.
+ on RK3288.
config DEBUG_SOCFPGA_UART0
bool "Use SOCFPGA UART0 for low-level debug"
@@ -1409,7 +1416,8 @@ config DEBUG_OMAP_UART_PORT
AM33XX: 0 - 2
config DEBUG_ROCKCHIP_UART_PORT
- int "RK3xxx UART debug port" if DEBUG_ROCKCHIP_UART
+ int "RK3xxx UART debug port" if DEBUG_ROCKCHIP_RK3188_UART || \
+ DEBUG_ROCKCHIP_RK3288_UART
default 2
depends on ARCH_ROCKCHIP
help