2019-11-01 20:45:29 +08:00
|
|
|
# RISCV32_MIV configuration options
|
2019-04-06 21:08:09 +08:00
|
|
|
|
2018-06-11 01:02:14 +08:00
|
|
|
# Copyright (c) 2018 Antmicro <www.antmicro.com>
|
2019-11-01 20:45:29 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2018-06-11 01:02:14 +08:00
|
|
|
|
|
|
|
choice
|
2019-11-01 17:24:07 +08:00
|
|
|
prompt "Microsemi Mi-V system implementation"
|
|
|
|
depends on SOC_SERIES_RISCV32_MIV
|
2018-06-11 01:02:14 +08:00
|
|
|
|
|
|
|
config SOC_RISCV32_MIV
|
|
|
|
bool "Microsemi Mi-V system implementation"
|
|
|
|
select ATOMIC_OPERATIONS_C
|
|
|
|
|
|
|
|
endchoice
|