Add LiteX VexRiscV board platform definitions and default configurations. Signed-off-by: Filip Kokosinski <fkokosinski@internships.antmicro.com> Signed-off-by: Mateusz Holenko <mholenko@antmicro.com>
9 lines
206 B
Text
9 lines
206 B
Text
#
|
|
# Copyright (c) 2018 - 2019 Antmicro <www.antmicro.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config BOARD_LITEX_VEXRISCV
|
|
bool "Board with LiteX/VexRiscV CPU"
|
|
depends on SOC_RISCV32_LITEX_VEXRISCV
|