Browse Source
This commit removes the `Kconfig.core` file. It's been largely unused, and the only symbol it provides (`RISCV_CORE_E31`) overlaps with the SoC-layer provided `SOC_SERIES_SIFIVE_FREEDOM_FE300`. As of date, the only SoC that uses the E31 core in Zephyr is the FE310 SoC. Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>pull/71155/head
5 changed files with 3 additions and 25 deletions
@ -1,18 +0,0 @@
@@ -1,18 +0,0 @@
|
||||
# Copyright (c) 2022 Carlo Caione <ccaione@baylibre.com> |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
menu "RISCV core" |
||||
|
||||
config RISCV_CORE_E31 |
||||
bool "E31 core" |
||||
select RISCV_PMP |
||||
select RISCV_ISA_RV32I |
||||
select RISCV_ISA_EXT_M |
||||
select RISCV_ISA_EXT_A |
||||
select RISCV_ISA_EXT_C |
||||
select RISCV_ISA_EXT_ZICSR |
||||
select RISCV_ISA_EXT_ZIFENCEI |
||||
help |
||||
SiFive E31 Standard Core |
||||
|
||||
endmenu |
@ -1,5 +0,0 @@
@@ -1,5 +0,0 @@
|
||||
# Copyright (c) 2024 Antmicro <www.antmicro.com> |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_HIFIVE1 |
||||
select RISCV_CORE_E31 |
Loading…
Reference in new issue