blob: 3b4735bda1f444633c8b835004d0c0588f9ec414 [file] [log] [blame]
# 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