summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMarco Felsch <m.felsch@pengutronix.de>2022-10-05 13:12:14 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-10-07 10:29:53 +0200
commitd2c655d34cb204c5ba56891b4e597d53330de4d8 (patch)
tree8076e8aed0b2a97dc1e4651613b938d5239ad600 /common
parent42089e3f532b8bfc517949d9414395d1d36beb49 (diff)
downloadbarebox-d2c655d34cb204c5ba56891b4e597d53330de4d8.tar.gz
barebox-d2c655d34cb204c5ba56891b4e597d53330de4d8.tar.xz
RISC-V: add Allwinner Sun20i D1 Nezha support
Add Allwinner sun20i SoC and D1-Nezha board support. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Link: https://lore.barebox.org/20221005111214.148844-7-m.felsch@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig5
1 files changed, 5 insertions, 0 deletions
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