upsilon/opensbi/litex/vexriscv/Kconfig

12 lines
218 B
Plaintext
Raw Normal View History

2023-06-02 16:40:55 -04:00
# SPDX-License-Identifier: BSD-2-Clause
2023-06-15 12:24:35 -04:00
# Copyright 2023 (C) Peter McGoron
2023-06-02 16:40:55 -04:00
config PLATFORM_LITEX_VEXRISCV
bool
select FDT
select FDT_SERIAL
select TIMER_MTIMER
2023-06-05 16:50:08 -04:00
select IPI_MSWI
2023-06-02 16:40:55 -04:00
select FDT_SERIAL_LITEX
default y