From: Yanhong Wang Date: Wed, 29 Mar 2023 03:42:20 +0000 (+0800) Subject: board: starfive: Add TARGET_STARFIVE_VISIONFIVE2 to Kconfig X-Git-Tag: accepted/tizen/unified/20230703.143011~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fcff4ba0dd53fabac450490f9ba00413d77b2f69;p=platform%2Fkernel%2Fu-boot.git board: starfive: Add TARGET_STARFIVE_VISIONFIVE2 to Kconfig Add board support for StarFive VisionFive v2. Signed-off-by: Yanhong Wang Tested-by: Conor Dooley (cherry picked from commit 331ad93c1279d0eeb971f4830ae88dc9c8202642) Signed-off-by: Jaehoon Chung Change-Id: I813fad89e5cdb4275b5c43e290fc84a2c1d0590e --- diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index 78e964db12..3a77c91fda 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/ax25/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