forked from Mirrors/opensbi
		
	To make the framework suit all Andes CPUs, change all occurrences of andes45 to andes. In addition, we fix some coding style problems and remove an unused macro in andes.h. Signed-off-by: Ben Zong-You Xie <ben717@andestech.com> Reviewed-by: Anup Patel <anup@brainfault.org>
		
			
				
	
	
		
			18 lines
		
	
	
		
			376 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			376 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# SPDX-License-Identifier: BSD-2-Clause
 | 
						|
 | 
						|
config ANDES_PMA
 | 
						|
	bool "Andes PMA support"
 | 
						|
	default n
 | 
						|
 | 
						|
config ANDES_SBI
 | 
						|
	bool "Andes SBI support"
 | 
						|
	default n
 | 
						|
 | 
						|
config ANDES_PMU
 | 
						|
	bool "Andes PMU extension (XAndesPMU) support"
 | 
						|
	default n
 | 
						|
	help
 | 
						|
	  Andes PMU extension supports the event counter overflow
 | 
						|
	  interrupt and mode filtering, similar to the standard
 | 
						|
	  Sscofpmf and Smcntrpmf.
 |