forked from Mirrors/opensbi
		
	Describe Andes PPMA in the config option, and select it for AE350 platform. Signed-off-by: Ben Zong-You Xie <ben717@andestech.com> Reviewed-by: Anup Patel <anup@brainfault.org>
		
			
				
	
	
		
			23 lines
		
	
	
		
			637 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			637 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# SPDX-License-Identifier: BSD-2-Clause
 | 
						|
 | 
						|
config ANDES_PMA
 | 
						|
	bool "Andes PMA support"
 | 
						|
	default n
 | 
						|
	help
 | 
						|
	  Programmable PMA(PPMA) is a feature for Andes. PPMA allows
 | 
						|
	  dynamic adjustment of memory attributes in the runtime.
 | 
						|
	  It contains a configurable amount of PMA entries implemented
 | 
						|
	  as CSRs to control the attributes of memory locations in interest.
 | 
						|
 | 
						|
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.
 |