From b90af8c6b56954987105dfd2d557edce7837c7c2 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Sat, 19 Jun 2021 06:50:55 +0200 Subject: RISC-V: StarFive: add board support for BeagleV Starlight With the different drivers now in place, we have everything to start a barebox image. Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20210619045055.779-30-a.fatoum@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 98be9b58ab..d4e518bf8a 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -1378,6 +1378,11 @@ config DEBUG_ERIZO depends on SOC_ERIZO select DEBUG_LL_NS16550 +config DEBUG_STARFIVE + bool "Starfive ns16550 serial0 port" + depends on SOC_STARFIVE + select DEBUG_LL_NS16550 + config DEBUG_SIFIVE bool "SiFive serial0 port" depends on SOC_SIFIVE -- cgit v1.2.3