19 lines
423 B
Plaintext
19 lines
423 B
Plaintext
# RISCV32_MIV configuration options
|
|
|
|
# Copyright (c) 2018 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
choice
|
|
prompt "Microsemi Mi-V system implementation"
|
|
depends on SOC_SERIES_RISCV32_MIV
|
|
|
|
config SOC_RISCV32_MIV
|
|
bool "Microsemi Mi-V system implementation"
|
|
select ATOMIC_OPERATIONS_C
|
|
select INCLUDE_RESET_VECTOR
|
|
select RISCV_ISA_RV32I
|
|
select RISCV_ISA_EXT_M
|
|
select RISCV_ISA_EXT_A
|
|
|
|
endchoice
|