zephyr/soc/riscv32/riscv-privilege/riscv32-qemu/Kconfig.defconfig.series

28 lines
343 B
Plaintext
Raw Normal View History

if SOC_SERIES_RISCV32_QEMU
config SOC_SERIES
string
default "riscv32-qemu"
config SYS_CLOCK_HW_CYCLES_PER_SEC
int
default 10000000
config RISCV_SOC_INTERRUPT_INIT
bool
default y
config INCLUDE_RESET_VECTOR
bool
default y
config NUM_IRQS
int
default 32
config RISCV_RAM_SIZE_MB
int
default 32
endif # SOC_SERIES_RISCV32_QEMU