forked from Mirrors/opensbi
		
	lib: utils/fdt: Use kconfig for enabling/disabling
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>
This commit is contained in:
		@@ -2,6 +2,7 @@
 | 
			
		||||
 | 
			
		||||
config PLATFORM_ARIANE_FPGA
 | 
			
		||||
	bool
 | 
			
		||||
	select FDT
 | 
			
		||||
	select IPI_MSWI
 | 
			
		||||
	select IRQCHIP_PLIC
 | 
			
		||||
	select SERIAL_UART8250
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user