diff options
| author | Zong Li <[email protected]> | 2023-12-14 14:09:36 +0000 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2023-12-27 17:28:57 +0800 |
| commit | 64e8482f1c94ab6e1fb4837a8744ca8a156c507e (patch) | |
| tree | 6a9e59f3b1672adb4266a19a8520cede20921cbb /drivers/cache/Makefile | |
| parent | 4b151562bb8e54160adedbc6a1c0c749c00a2f84 (diff) | |
cache: add sifive private L2 cache driver
This driver is currently responsible for enabling the clock gating
feature of SiFive pre core's private L2 cache.
Signed-off-by: Zong Li <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
Diffstat (limited to 'drivers/cache/Makefile')
| -rw-r--r-- | drivers/cache/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cache/Makefile b/drivers/cache/Makefile index ad765774e32..78e673d09e5 100644 --- a/drivers/cache/Makefile +++ b/drivers/cache/Makefile @@ -5,3 +5,4 @@ obj-$(CONFIG_L2X0_CACHE) += cache-l2x0.o obj-$(CONFIG_NCORE_CACHE) += cache-ncore.o obj-$(CONFIG_V5L2_CACHE) += cache-v5l2.o obj-$(CONFIG_SIFIVE_CCACHE) += cache-sifive-ccache.o +obj-$(CONFIG_SIFIVE_PL2) += cache-sifive-pl2.o |
