forked from Mirrors/opensbi
platform: generic: Kconfig: add the description for Andes PMA feature
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>
This commit is contained in:

committed by
Anup Patel

parent
d4322eebd0
commit
17100394f9
@@ -33,6 +33,7 @@ config PLATFORM_ANDES_AE350
|
|||||||
bool "Andes AE350 support"
|
bool "Andes AE350 support"
|
||||||
select SYS_ATCSMU
|
select SYS_ATCSMU
|
||||||
select ANDES_PMU
|
select ANDES_PMU
|
||||||
|
select ANDES_PMA
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config PLATFORM_RENESAS_RZFIVE
|
config PLATFORM_RENESAS_RZFIVE
|
||||||
|
@@ -3,6 +3,11 @@
|
|||||||
config ANDES_PMA
|
config ANDES_PMA
|
||||||
bool "Andes PMA support"
|
bool "Andes PMA support"
|
||||||
default n
|
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
|
config ANDES_SBI
|
||||||
bool "Andes SBI support"
|
bool "Andes SBI support"
|
||||||
|
Reference in New Issue
Block a user