12 lines
257 B
Plaintext
12 lines
257 B
Plaintext
|
# 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
|