forked from Mirrors/opensbi
		
	We update system drivers makefile to use kconfig for enabling/disabling drivers. To avoid compile errors, we also enable appropriate system 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>
		
			
				
	
	
		
			14 lines
		
	
	
		
			218 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			218 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# SPDX-License-Identifier: BSD-2-Clause
 | 
						|
 | 
						|
menu "System Device Support"
 | 
						|
 | 
						|
config SYS_HTIF
 | 
						|
	bool "Host transfere interface (HTIF) support"
 | 
						|
	default n
 | 
						|
 | 
						|
config SYS_SIFIVE_TEST
 | 
						|
	bool "SiFive test support"
 | 
						|
	default n
 | 
						|
 | 
						|
endmenu
 |