forked from Mirrors/opensbi
		
	lib: utils/serial: Use kconfig for enabling/disabling drivers
We update serial drivers makefile to use kconfig for enabling/disabling drivers. To avoid compile errors, we also enable appropriate serial drivers 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:
		@@ -0,0 +1,8 @@
 | 
			
		||||
CONFIG_FDT_SERIAL=y
 | 
			
		||||
CONFIG_FDT_SERIAL_GAISLER=y
 | 
			
		||||
CONFIG_FDT_SERIAL_HTIF=y
 | 
			
		||||
CONFIG_FDT_SERIAL_SHAKTI=y
 | 
			
		||||
CONFIG_FDT_SERIAL_SIFIVE=y
 | 
			
		||||
CONFIG_FDT_SERIAL_LITEX=y
 | 
			
		||||
CONFIG_FDT_SERIAL_UART8250=y
 | 
			
		||||
CONFIG_FDT_SERIAL_XILINX_UARTLITE=y
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user