2016-10-16 17:47:07 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
if ARCH_RISCV
|
|
|
|
comment "RISC-V Options"
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "RISC-V chip selection"
|
2021-03-11 04:06:42 +01:00
|
|
|
default ARCH_CHIP_RISCV_CUSTOM
|
2016-10-16 17:47:07 +02:00
|
|
|
|
2019-11-28 21:37:24 +01:00
|
|
|
config ARCH_CHIP_FE310
|
|
|
|
bool "SiFive FE310"
|
2021-12-26 17:18:22 +01:00
|
|
|
select ARCH_RV32
|
|
|
|
select ARCH_RV_ISA_M
|
|
|
|
select ARCH_RV_ISA_A
|
|
|
|
select ARCH_RV_ISA_C
|
2019-11-28 21:37:24 +01:00
|
|
|
---help---
|
|
|
|
SiFive FE310 processor (E31 RISC-V Core with MAC extensions).
|
|
|
|
|
2019-12-31 16:06:20 +01:00
|
|
|
config ARCH_CHIP_K210
|
|
|
|
bool "Kendryte K210"
|
2021-12-26 17:18:22 +01:00
|
|
|
select ARCH_RV64
|
|
|
|
select ARCH_RV_ISA_M
|
|
|
|
select ARCH_RV_ISA_A
|
|
|
|
select ARCH_RV_ISA_C
|
2020-02-14 08:10:50 +01:00
|
|
|
select ARCH_HAVE_MPU
|
2020-01-10 15:04:41 +01:00
|
|
|
select ARCH_HAVE_TESTSET
|
|
|
|
select ARCH_HAVE_MULTICPU
|
2019-12-31 16:06:20 +01:00
|
|
|
---help---
|
|
|
|
Kendryte K210 processor (RISC-V 64bit core with GC extensions)
|
|
|
|
|
2020-03-21 07:01:56 +01:00
|
|
|
config ARCH_CHIP_LITEX
|
|
|
|
bool "Enjoy Digital LITEX VEXRISCV"
|
2021-12-26 17:18:22 +01:00
|
|
|
select ARCH_RV32
|
|
|
|
select ARCH_RV_ISA_M
|
|
|
|
select ARCH_RV_ISA_A
|
2020-03-21 07:01:56 +01:00
|
|
|
---help---
|
|
|
|
Enjoy Digital LITEX VEXRISCV softcore processor (RV32IMA).
|
|
|
|
|
2020-12-17 12:04:46 +01:00
|
|
|
config ARCH_CHIP_BL602
|
|
|
|
bool "BouffaloLab BL602"
|
2021-12-26 17:18:22 +01:00
|
|
|
select ARCH_RV32
|
|
|
|
select ARCH_RV_ISA_M
|
|
|
|
select ARCH_RV_ISA_A
|
|
|
|
select ARCH_RV_ISA_C
|
2022-01-15 02:32:45 +01:00
|
|
|
select ARCH_HAVE_FPU
|
2020-12-31 21:22:53 +01:00
|
|
|
select ARCH_HAVE_RESET
|
2020-12-17 12:04:46 +01:00
|
|
|
---help---
|
|
|
|
BouffaloLab BL602(rv32imfc)
|
|
|
|
|
2021-01-21 13:13:10 +01:00
|
|
|
config ARCH_CHIP_ESP32C3
|
|
|
|
bool "Espressif ESP32-C3"
|
2021-12-26 17:18:22 +01:00
|
|
|
select ARCH_RV32
|
|
|
|
select ARCH_RV_ISA_M
|
|
|
|
select ARCH_RV_ISA_C
|
2021-01-21 13:13:10 +01:00
|
|
|
select ARCH_VECNOTIRQ
|
2021-02-19 11:55:39 +01:00
|
|
|
select ARCH_HAVE_RESET
|
2021-08-26 11:20:23 +02:00
|
|
|
select LIBC_ARCH_ATOMIC
|
2021-11-13 14:06:26 +01:00
|
|
|
select LIBC_ARCH_MEMCPY
|
|
|
|
select LIBC_ARCH_MEMCHR
|
2021-12-30 12:50:22 +01:00
|
|
|
select LIBC_ARCH_MEMCMP
|
|
|
|
select LIBC_ARCH_MEMMOVE
|
|
|
|
select LIBC_ARCH_MEMSET
|
2021-11-13 14:06:26 +01:00
|
|
|
select LIBC_ARCH_STRCHR
|
|
|
|
select LIBC_ARCH_STRCMP
|
2021-12-30 12:50:22 +01:00
|
|
|
select LIBC_ARCH_STRCPY
|
2021-11-13 14:06:26 +01:00
|
|
|
select LIBC_ARCH_STRLCPY
|
|
|
|
select LIBC_ARCH_STRNCPY
|
|
|
|
select LIBC_ARCH_STRLEN
|
|
|
|
select LIBC_ARCH_STRNLEN
|
2021-06-18 01:47:45 +02:00
|
|
|
select ARCH_HAVE_TEXT_HEAP
|
2021-09-24 14:20:42 +02:00
|
|
|
select ARCH_HAVE_BOOTLOADER
|
2021-01-21 13:13:10 +01:00
|
|
|
---help---
|
|
|
|
Espressif ESP32-C3 (RV32IMC).
|
|
|
|
|
2021-03-08 16:19:29 +01:00
|
|
|
config ARCH_CHIP_C906
|
|
|
|
bool "THEAD C906"
|
2021-12-26 17:18:22 +01:00
|
|
|
select ARCH_RV64
|
|
|
|
select ARCH_RV_ISA_M
|
|
|
|
select ARCH_RV_ISA_A
|
|
|
|
select ARCH_RV_ISA_C
|
2022-01-15 02:32:45 +01:00
|
|
|
select ARCH_HAVE_FPU
|
|
|
|
select ARCH_HAVE_DPFPU
|
2021-03-16 03:06:06 +01:00
|
|
|
select ARCH_HAVE_MPU
|
2021-03-08 16:19:29 +01:00
|
|
|
---help---
|
|
|
|
THEAD C906 processor (RISC-V 64bit core with GCVX extensions).
|
|
|
|
|
2021-05-04 12:56:52 +02:00
|
|
|
config ARCH_CHIP_MPFS
|
2021-12-14 08:52:49 +01:00
|
|
|
bool "MicroChip Polarfire (MPFS)"
|
2021-12-26 17:18:22 +01:00
|
|
|
select ARCH_RV64
|
|
|
|
select ARCH_RV_ISA_M
|
|
|
|
select ARCH_RV_ISA_A
|
|
|
|
select ARCH_RV_ISA_C
|
2022-01-15 02:32:45 +01:00
|
|
|
select ARCH_HAVE_FPU
|
|
|
|
select ARCH_HAVE_DPFPU
|
2021-12-14 08:52:49 +01:00
|
|
|
select ARCH_HAVE_MPU
|
|
|
|
select ARCH_HAVE_RESET
|
|
|
|
select ARCH_HAVE_SPI_CS_CONTROL
|
|
|
|
select ARCH_HAVE_PWM_MULTICHAN
|
|
|
|
---help---
|
2021-05-04 12:56:52 +02:00
|
|
|
MicroChip Polarfire processor (RISC-V 64bit core with GCVX extensions).
|
|
|
|
|
2021-06-04 09:30:49 +02:00
|
|
|
config ARCH_CHIP_RV32M1
|
|
|
|
bool "NXP RV32M1"
|
2021-12-26 17:18:22 +01:00
|
|
|
select ARCH_RV32
|
|
|
|
select ARCH_RV_ISA_M
|
|
|
|
select ARCH_RV_ISA_C
|
2021-06-04 09:30:49 +02:00
|
|
|
---help---
|
|
|
|
NXP RV32M1 processor (RISC-V Core with PULP extensions).
|
|
|
|
|
2022-01-14 10:18:29 +01:00
|
|
|
config ARCH_CHIP_QEMU_RV
|
|
|
|
bool "QEMU RV"
|
2022-01-15 02:32:45 +01:00
|
|
|
select ARCH_HAVE_FPU
|
|
|
|
select ARCH_HAVE_DPFPU
|
2021-12-05 14:41:44 +01:00
|
|
|
---help---
|
|
|
|
QEMU Generic RV32 processor
|
|
|
|
|
2020-10-15 05:29:59 +02:00
|
|
|
config ARCH_CHIP_RISCV_CUSTOM
|
|
|
|
bool "Custom RISC-V chip"
|
|
|
|
select ARCH_CHIP_CUSTOM
|
|
|
|
---help---
|
|
|
|
Select this option if there is no directory for the chip under arch/risc-v/src/.
|
|
|
|
|
2016-10-16 17:47:07 +02:00
|
|
|
endchoice
|
|
|
|
|
2021-12-26 17:18:22 +01:00
|
|
|
config ARCH_RV32
|
2016-10-16 17:47:07 +02:00
|
|
|
bool
|
|
|
|
default n
|
2020-12-03 13:10:10 +01:00
|
|
|
select ARCH_HAVE_SETJMP
|
2016-10-16 17:47:07 +02:00
|
|
|
|
2021-12-26 17:18:22 +01:00
|
|
|
config ARCH_RV64
|
2016-10-16 17:47:07 +02:00
|
|
|
bool
|
|
|
|
default n
|
2021-12-26 17:18:22 +01:00
|
|
|
select LIBC_ARCH_ELF_64BIT if LIBC_ARCH_ELF
|
2020-12-03 13:10:10 +01:00
|
|
|
select ARCH_HAVE_SETJMP
|
2016-10-16 17:47:07 +02:00
|
|
|
|
2021-12-26 17:18:22 +01:00
|
|
|
config ARCH_RV_ISA_M
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config ARCH_RV_ISA_A
|
|
|
|
bool
|
|
|
|
default n
|
2021-12-29 11:39:41 +01:00
|
|
|
select ARCH_HAVE_TESTSET
|
2021-12-26 17:18:22 +01:00
|
|
|
|
|
|
|
config ARCH_RV_ISA_C
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2016-10-16 17:47:07 +02:00
|
|
|
config ARCH_FAMILY
|
|
|
|
string
|
2021-12-26 17:18:22 +01:00
|
|
|
default "rv32" if ARCH_RV32
|
|
|
|
default "rv64" if ARCH_RV64
|
2016-10-16 17:47:07 +02:00
|
|
|
|
|
|
|
config ARCH_CHIP
|
|
|
|
string
|
2019-11-28 21:37:24 +01:00
|
|
|
default "fe310" if ARCH_CHIP_FE310
|
2019-12-31 16:06:20 +01:00
|
|
|
default "k210" if ARCH_CHIP_K210
|
2020-03-21 07:01:56 +01:00
|
|
|
default "litex" if ARCH_CHIP_LITEX
|
2020-12-17 12:04:46 +01:00
|
|
|
default "bl602" if ARCH_CHIP_BL602
|
2021-01-21 13:13:10 +01:00
|
|
|
default "esp32c3" if ARCH_CHIP_ESP32C3
|
2021-03-08 16:19:29 +01:00
|
|
|
default "c906" if ARCH_CHIP_C906
|
2021-05-04 12:56:52 +02:00
|
|
|
default "mpfs" if ARCH_CHIP_MPFS
|
2021-06-04 09:30:49 +02:00
|
|
|
default "rv32m1" if ARCH_CHIP_RV32M1
|
2022-01-14 10:18:29 +01:00
|
|
|
default "qemu-rv" if ARCH_CHIP_QEMU_RV
|
2021-06-04 09:30:49 +02:00
|
|
|
|
|
|
|
config ARCH_RISCV_INTXCPT_EXTENSIONS
|
|
|
|
bool "RISC-V Integer Context Extensions"
|
|
|
|
default n
|
2021-12-26 17:18:22 +01:00
|
|
|
depends on RV32M1_OPENISA_TOOLCHAIN
|
2021-06-04 09:30:49 +02:00
|
|
|
---help---
|
|
|
|
RISC-V could be customized with extensions. Some Integer Context
|
|
|
|
Registers have to be saved and restored when Contexts switch.
|
|
|
|
|
|
|
|
if ARCH_RISCV_INTXCPT_EXTENSIONS
|
|
|
|
|
|
|
|
config ARCH_RISCV_INTXCPT_EXTREGS
|
|
|
|
int "Number of Extral RISC-V Integer Context Registers"
|
|
|
|
default 0
|
|
|
|
|
|
|
|
endif
|
2016-10-16 17:47:07 +02:00
|
|
|
|
2021-12-20 13:20:47 +01:00
|
|
|
source "arch/risc-v/src/opensbi/Kconfig"
|
2021-12-26 17:18:22 +01:00
|
|
|
source "arch/risc-v/src/common/Kconfig"
|
2021-12-20 13:20:47 +01:00
|
|
|
|
2019-11-28 21:37:24 +01:00
|
|
|
if ARCH_CHIP_FE310
|
2021-07-20 13:10:10 +02:00
|
|
|
source "arch/risc-v/src/fe310/Kconfig"
|
2019-11-28 21:37:24 +01:00
|
|
|
endif
|
2019-12-31 16:06:20 +01:00
|
|
|
if ARCH_CHIP_K210
|
2021-07-20 13:10:10 +02:00
|
|
|
source "arch/risc-v/src/k210/Kconfig"
|
2019-12-31 16:06:20 +01:00
|
|
|
endif
|
2020-03-21 07:01:56 +01:00
|
|
|
if ARCH_CHIP_LITEX
|
2021-07-20 13:10:10 +02:00
|
|
|
source "arch/risc-v/src/litex/Kconfig"
|
2020-03-21 07:01:56 +01:00
|
|
|
endif
|
2020-12-17 12:04:46 +01:00
|
|
|
if ARCH_CHIP_BL602
|
2021-07-20 13:10:10 +02:00
|
|
|
source "arch/risc-v/src/bl602/Kconfig"
|
2020-12-17 12:04:46 +01:00
|
|
|
endif
|
2021-01-21 13:13:10 +01:00
|
|
|
if ARCH_CHIP_ESP32C3
|
2021-07-20 13:10:10 +02:00
|
|
|
source "arch/risc-v/src/esp32c3/Kconfig"
|
2021-01-21 13:13:10 +01:00
|
|
|
endif
|
2021-03-08 16:19:29 +01:00
|
|
|
if ARCH_CHIP_C906
|
2021-07-20 13:10:10 +02:00
|
|
|
source "arch/risc-v/src/c906/Kconfig"
|
2021-03-08 16:19:29 +01:00
|
|
|
endif
|
2021-05-04 12:56:52 +02:00
|
|
|
if ARCH_CHIP_MPFS
|
2021-07-20 13:10:10 +02:00
|
|
|
source "arch/risc-v/src/mpfs/Kconfig"
|
2021-05-04 12:56:52 +02:00
|
|
|
endif
|
2021-06-04 09:30:49 +02:00
|
|
|
if ARCH_CHIP_RV32M1
|
2021-07-20 13:10:10 +02:00
|
|
|
source "arch/risc-v/src/rv32m1/Kconfig"
|
2021-06-04 09:30:49 +02:00
|
|
|
endif
|
2022-01-14 10:18:29 +01:00
|
|
|
if ARCH_CHIP_QEMU_RV
|
|
|
|
source "arch/risc-v/src/qemu-rv/Kconfig"
|
2021-12-05 14:41:44 +01:00
|
|
|
endif
|
2016-10-16 17:47:07 +02:00
|
|
|
endif
|