summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal Feng <hal.feng@starfivetech.com>2023-08-09 10:34:36 +0300
committerHal Feng <hal.feng@starfivetech.com>2023-11-29 05:52:55 +0300
commite4f8517ebf5ae7a80540f11dde02868c85d21a24 (patch)
treed554a1002ffa78dd838abb7f7c2476565af9535e
parent4d348e3fb479c1462f408db1ae6f6ba124ec6b17 (diff)
downloadu-boot-e4f8517ebf5ae7a80540f11dde02868c85d21a24.tar.xz
board: starfive: Add TARGET_STARFIVE_DEVKITS to Kconfig
Add board support for StarFive Devkits. The code is ported from tag JH7110_DVK_515_v3.9.3 of Devkits repo. Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
-rw-r--r--arch/riscv/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index 25ed0ba1cf..b8adf6ba36 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -23,6 +23,9 @@ config TARGET_SIFIVE_UNLEASHED
config TARGET_SIFIVE_UNMATCHED
bool "Support SiFive Unmatched Board"
+config TARGET_STARFIVE_DEVKITS
+ bool "Support StarFive DevKits Board"
+
config TARGET_STARFIVE_VISIONFIVE2
bool "Support StarFive VisionFive2 Board"
@@ -71,6 +74,7 @@ source "board/sifive/unleashed/Kconfig"
source "board/sifive/unmatched/Kconfig"
source "board/openpiton/riscv64/Kconfig"
source "board/sipeed/maix/Kconfig"
+source "board/starfive/devkits/Kconfig"
source "board/starfive/visionfive2/Kconfig"
source "board/starfive/evb/Kconfig"