Ports the SoC configuration to hardware model version 2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
# Copyright (c) 2018 - 2019 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_LITEX_VEXRISCV
|
|
bool
|
|
help
|
|
LiteX VexRiscv system implementation
|
|
|
|
config SOC
|
|
default "litex_vexriscv" if SOC_LITEX_VEXRISCV
|