Browse Source

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>
Hal Feng 9 months ago
parent
commit
e4f8517ebf
1 changed files with 4 additions and 0 deletions
  1. 4 0
      arch/riscv/Kconfig

+ 4 - 0
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"