From d2c655d34cb204c5ba56891b4e597d53330de4d8 Mon Sep 17 00:00:00 2001 From: Marco Felsch Date: Wed, 5 Oct 2022 13:12:14 +0200 Subject: RISC-V: add Allwinner Sun20i D1 Nezha support Add Allwinner sun20i SoC and D1-Nezha board support. Signed-off-by: Marco Felsch Link: https://lore.barebox.org/20221005111214.148844-7-m.felsch@pengutronix.de Signed-off-by: Sascha Hauer --- common/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common') diff --git a/common/Kconfig b/common/Kconfig index 43dd92b08a..624d36a978 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -1469,6 +1469,11 @@ config DEBUG_LITEX bool "LiteX serial port" depends on SOC_LITEX +config DEBUG_SUN20I + bool "Allwinner Sun20i ns16550 serial0 port" + depends on SOC_ALLWINNER_SUN20I + select DEBUG_LL_NS16550 + endchoice config DEBUG_LL_NS16550 -- cgit v1.2.3