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:
Tom Rini 2025-07-01 19:04:26 -06:00 committed by Leo Yu-Chi Liang
parent 7c16ebba1e
commit f62062a64d

View File

@ -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.