summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2022-01-14 09:38:24 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-01-17 14:30:21 +0100
commit44279ec761de5a365a8f2faf85b1b8ffaca8e7db (patch)
tree2967a80b0e064ca7ce84e693061a834e8efccaa1 /common
parentda0b1559c34e910de9ba9e54f72a57cbad15e987 (diff)
downloadbarebox-44279ec761de5a365a8f2faf85b1b8ffaca8e7db.tar.gz
barebox-44279ec761de5a365a8f2faf85b1b8ffaca8e7db.tar.xz
ARM64: rockchip: add config symbol for ARMv8-based rk3399 SoC
As preperation for adding support for the RK3399-based Radxa Rock Pi N10, define the ARCH_RK3399 config symbol and associated boilerplate. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Link: https://lore.barebox.org/20220114083825.726347-2-ahmad@a3f.at Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 3d289b2617..c1a8ef7e20 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1344,6 +1344,13 @@ config DEBUG_ROCKCHIP_RK3568_UART
Say Y here if you want kernel low-level debugging support
on RK3568.
+config DEBUG_ROCKCHIP_RK3399_UART
+ bool "RK3399 Debug UART"
+ depends on ARCH_RK3399
+ help
+ Say Y here if you want kernel low-level debugging support
+ on RK3399.
+
config DEBUG_SOCFPGA_UART0
bool "Use SOCFPGA UART0 for low-level debug"
depends on ARCH_SOCFPGA
@@ -1451,7 +1458,8 @@ config DEBUG_OMAP_UART_PORT
config DEBUG_ROCKCHIP_UART_PORT
int "RK3xxx UART debug port" if DEBUG_ROCKCHIP_RK3188_UART || \
DEBUG_ROCKCHIP_RK3288_UART || \
- DEBUG_ROCKCHIP_RK3568_UART
+ DEBUG_ROCKCHIP_RK3568_UART || \
+ DEBUG_ROCKCHIP_RK3399_UART
default 2
depends on ARCH_ROCKCHIP
help