summaryrefslogtreecommitdiff
path: root/lib/utils/cache/Kconfig
diff options
context:
space:
mode:
authorBen Zong-You Xie <[email protected]>2025-12-29 15:19:13 +0800
committerAnup Patel <[email protected]>2026-02-11 12:13:01 +0530
commit82b0961821e45768a91139b8ec5d7784586aa7f9 (patch)
tree35a635661eb8e7c35b0fb9a8f4611939766014c5 /lib/utils/cache/Kconfig
parent6d26b43c477a7616d1f030261430127fa6c61d27 (diff)
lib: utils/cache: add Andes last level cache controller
Introduce a FDT-based driver for the Andes Last Level Cache (LLC) controller to support cache maintenance operations. Signed-off-by: Ben Zong-You Xie <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to 'lib/utils/cache/Kconfig')
-rw-r--r--lib/utils/cache/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/utils/cache/Kconfig b/lib/utils/cache/Kconfig
index be7d57c3..ea815dc4 100644
--- a/lib/utils/cache/Kconfig
+++ b/lib/utils/cache/Kconfig
@@ -10,6 +10,11 @@ config FDT_CACHE
if FDT_CACHE
+config FDT_CACHE_ANDES_LLCACHE
+ bool "Andes FDT last level cache driver"
+ depends on FDT_HSM_ANDES_ATCSMU
+ default n
+
config FDT_CACHE_SIFIVE_CCACHE
bool "SiFive CCACHE FDT cache driver"
default n