aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/Kconfig
diff options
context:
space:
mode:
authorYanhong Wang <yanhong.wang@starfivetech.com>2023-03-29 11:42:20 +0800
committerLeo Yu-Chi Liang <ycliang@andestech.com>2023-04-20 16:08:45 +0800
commit331ad93c1279d0eeb971f4830ae88dc9c8202642 (patch)
tree7fab2445a596e5b79ba56185bc64eecd21174eb7 /arch/riscv/Kconfig
parent6f902b85b6eeb283199ddcf8214a299ac6cf57be (diff)
downloadu-boot-331ad93c1279d0eeb971f4830ae88dc9c8202642.zip
u-boot-331ad93c1279d0eeb971f4830ae88dc9c8202642.tar.gz
u-boot-331ad93c1279d0eeb971f4830ae88dc9c8202642.tar.bz2
board: starfive: Add TARGET_STARFIVE_VISIONFIVE2 to Kconfig
Add board support for StarFive VisionFive v2. Signed-off-by: Yanhong Wang <yanhong.wang@starfivetech.com> Tested-by: Conor Dooley <conor.dooley@microchip.com>
Diffstat (limited to 'arch/riscv/Kconfig')
-rw-r--r--arch/riscv/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index 48ca4ff..f6ed059 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -24,6 +24,9 @@ config TARGET_SIFIVE_UNMATCHED
bool "Support SiFive Unmatched Board"
select SYS_CACHE_SHIFT_6
+config TARGET_STARFIVE_VISIONFIVE2
+ bool "Support StarFive VisionFive2 Board"
+
config TARGET_SIPEED_MAIX
bool "Support Sipeed Maix Board"
select SYS_CACHE_SHIFT_6
@@ -65,12 +68,14 @@ source "board/sifive/unleashed/Kconfig"
source "board/sifive/unmatched/Kconfig"
source "board/openpiton/riscv64/Kconfig"
source "board/sipeed/maix/Kconfig"
+source "board/starfive/visionfive2/Kconfig"
# platform-specific options below
source "arch/riscv/cpu/andesv5/Kconfig"
source "arch/riscv/cpu/fu540/Kconfig"
source "arch/riscv/cpu/fu740/Kconfig"
source "arch/riscv/cpu/generic/Kconfig"
+source "arch/riscv/cpu/jh7110/Kconfig"
# architecture-specific options below