Forráskód Böngészése

board: starfive: Add TARGET_STARFIVE_VISIONFIVE2 to Kconfig

Add board support for StarFive VisionFive 2.
The code is ported from tag JH7110_VF2_515_v3.9.3 of VF2 repo.

Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
Hal Feng 9 hónapja
szülő
commit
4f914dd6f7
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      arch/riscv/Kconfig

+ 3 - 3
arch/riscv/Kconfig

@@ -23,8 +23,8 @@ config TARGET_SIFIVE_UNLEASHED
 config TARGET_SIFIVE_UNMATCHED
 	bool "Support SiFive Unmatched Board"
 
-config TARGET_STARFIVE_VISIONFIVE
-	bool "Support StarFive VisionFive Board"
+config TARGET_STARFIVE_VISIONFIVE2
+	bool "Support StarFive VisionFive2 Board"
 
 config TARGET_STARFIVE_EVB
 	bool "Support StarFive Evb Board"
@@ -71,7 +71,7 @@ source "board/sifive/unleashed/Kconfig"
 source "board/sifive/unmatched/Kconfig"
 source "board/openpiton/riscv64/Kconfig"
 source "board/sipeed/maix/Kconfig"
-source "board/starfive/visionfive/Kconfig"
+source "board/starfive/visionfive2/Kconfig"
 source "board/starfive/evb/Kconfig"
 
 # platform-specific options below