mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-06 07:17:01 +02:00
cache: Update dependency for ANDES_L2_CACHE
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>
This commit is contained in:
parent
7c16ebba1e
commit
f62062a64d
1
drivers/cache/Kconfig
vendored
1
drivers/cache/Kconfig
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user