diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-04-15 07:23:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-04 19:00:33 +0200 |
commit | d372cda5d132351aa2efd92c4c03237fabe947b0 (patch) | |
tree | ff2e5697f4702eeec6edef70eab56fcc889622f0 /target/riscv64 | |
parent | 223c8f7f9ce79c27587a1b13255cc79ee43c04ad (diff) |
starfive-visionfive2: reduce mini.config
Diffstat (limited to 'target/riscv64')
-rw-r--r-- | target/riscv64/kernel/starfive-visionfive2 | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/target/riscv64/kernel/starfive-visionfive2 b/target/riscv64/kernel/starfive-visionfive2 index e17bac821..94fb37e55 100644 --- a/target/riscv64/kernel/starfive-visionfive2 +++ b/target/riscv64/kernel/starfive-visionfive2 @@ -1,4 +1,5 @@ CONFIG_RISCV=y +CONFIG_ARCH_RV64I=y CONFIG_SOC_STARFIVE=y CONFIG_ARCH_STARFIVE=y CONFIG_FPU=y @@ -8,22 +9,6 @@ CONFIG_ERRATA_SIFIVE=y CONFIG_ERRATA_SIFIVE_CIP_453=y CONFIG_ERRATA_SIFIVE_CIP_1200=y CONFIG_NONPORTABLE=y -CONFIG_ARCH_RV64I=y -CONFIG_HOTPLUG_CPU=y -CONFIG_TUNE_GENERIC=y -CONFIG_RISCV_ALTERNATIVE=y -CONFIG_RISCV_ISA_C=y -CONFIG_RISCV_ISA_SVNAPOT=y -CONFIG_TOOLCHAIN_HAS_V=y -CONFIG_RISCV_ISA_V=y -CONFIG_RISCV_ISA_V_DEFAULT_ENABLE=y -CONFIG_TOOLCHAIN_HAS_ZBB=y -CONFIG_RISCV_ISA_ZBB=y -CONFIG_RISCV_ISA_ZICBOM=y -CONFIG_RISCV_ISA_ZICBOZ=y -CONFIG_TOOLCHAIN_HAS_ZIHINTPAUSE=y -CONFIG_TOOLCHAIN_NEEDS_EXPLICIT_ZICSR_ZIFENCEI=y -CONFIG_FPU=y CONFIG_IRQ_STACKS=y CONFIG_RISCV_MISALIGNED=y CONFIG_HZ_250=y |