Files
zephyr/boards/litex/litex_vexriscv/Kconfig.defconfig
Jamie McCrae e82932e787 boards: riscv: litex_vexriscv: Convert to v2
Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 15:49:58 +01:00

14 lines
219 B
Plaintext

# Copyright (c) 2018 - 2019 Antmicro <www.antmicro.com>
# SPDX-License-Identifier: Apache-2.0
if BOARD_LITEX_VEXRISCV
if NETWORKING
config NET_L2_ETHERNET
default y
endif # NETWORKING
endif # BOARD_LITEX_VEXRISCV