git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c16ebb
)
cache: Update dependency for ANDES_L2_CACHE
author
Tom Rini
<trini@konsulko.com>
Wed, 2 Jul 2025 01:04:26 +0000
(19:04 -0600)
committer
Leo Yu-Chi Liang
<ycliang@andestech.com>
Thu, 3 Jul 2025 10:11:06 +0000
(18:11 +0800)
The cache driver here can only build on RISCV due to header
dependencies. Express that requirement in Kconfig as well.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
drivers/cache/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/cache/Kconfig
b/drivers/cache/Kconfig
index
4f35865
..
f5bcd40
100644
(file)
--- a/
drivers/cache/Kconfig
+++ b/
drivers/cache/Kconfig
@@
-24,6
+24,7
@@
config L2X0_CACHE
config ANDES_L2_CACHE
bool "Andes L2 cache driver"
+ depends on RISCV
select CACHE
help
Support Andes L2 cache controller in AE350 platform.