mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-07-03 03:28:21 +00:00
We update FDT support makefile to use kconfig for enabling/disabling. To avoid compilation errors, we also enable FDT for each platform. Signed-off-by: Anup Patel <apatel@ventanamicro.com> Tested-by: Andrew Jones <ajones@ventanamicro.com> Acked-by: Atish Patra <atishp@rivosinc.com> Tested-by: Atish Patra <atishp@rivosinc.com>
10 lines
181 B
Text
10 lines
181 B
Text
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
config PLATFORM_ARIANE_FPGA
|
|
bool
|
|
select FDT
|
|
select IPI_MSWI
|
|
select IRQCHIP_PLIC
|
|
select SERIAL_UART8250
|
|
select TIMER_MTIMER
|
|
default y
|