summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Zong-You Xie <[email protected]>2024-07-23 15:57:25 +0800
committerAnup Patel <[email protected]>2024-08-23 14:03:45 +0530
commit17100394f9d7f035df75f1656e9ac36dd396acc4 (patch)
tree0511008b95bf2e9570ba55c7b1285c74c8d86339
parentd4322eebd0ce129c3230fd150bc802b19ff0c0f8 (diff)
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 <[email protected]> Reviewed-by: Anup Patel <[email protected]>
-rw-r--r--platform/generic/Kconfig1
-rw-r--r--platform/generic/andes/Kconfig5
2 files changed, 6 insertions, 0 deletions
diff --git a/platform/generic/Kconfig b/platform/generic/Kconfig
index 6642a6ee..688da3f4 100644
--- a/platform/generic/Kconfig
+++ b/platform/generic/Kconfig
@@ -33,6 +33,7 @@ config PLATFORM_ANDES_AE350
bool "Andes AE350 support"
select SYS_ATCSMU
select ANDES_PMU
+ select ANDES_PMA
default n
config PLATFORM_RENESAS_RZFIVE
diff --git a/platform/generic/andes/Kconfig b/platform/generic/andes/Kconfig
index 138710be..6edd67de 100644
--- a/platform/generic/andes/Kconfig
+++ b/platform/generic/andes/Kconfig
@@ -3,6 +3,11 @@
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"