2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2018-06-11 01:02:14 +08:00
|
|
|
# Kconfig - RISCV32_MIV implementation
|
|
|
|
#
|
|
|
|
# Copyright (c) 2018 Antmicro <www.antmicro.com>
|
|
|
|
#
|
|
|
|
|
|
|
|
config SOC_SERIES_RISCV32_MIV
|
|
|
|
bool "Microsemi Mi-V implementation"
|
|
|
|
depends on RISCV32
|
|
|
|
select SOC_FAMILY_RISCV_PRIVILEGE
|
|
|
|
help
|
|
|
|
Enable support for Microsemi Mi-V
|