forked from Mirrors/opensbi
		
	This patch adds atcsmu support for Andes AE350 platforms. The SMU provides system management capabilities, including clock, reset and power control based on power domain partitions. Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com> Reviewed-by: Anup Patel <anup@brainfault.org>
		
			
				
	
	
		
			18 lines
		
	
	
		
			299 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			299 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# SPDX-License-Identifier: BSD-2-Clause
 | 
						|
 | 
						|
menu "System Device Support"
 | 
						|
 | 
						|
config SYS_ATCSMU
 | 
						|
	bool "Andes System Management Unit (SMU) support"
 | 
						|
	default n
 | 
						|
 | 
						|
config SYS_HTIF
 | 
						|
	bool "Host transfere interface (HTIF) support"
 | 
						|
	default n
 | 
						|
 | 
						|
config SYS_SIFIVE_TEST
 | 
						|
	bool "SiFive test support"
 | 
						|
	default n
 | 
						|
 | 
						|
endmenu
 |