From: Tom Rini Date: Wed, 2 Jul 2025 01:04:26 +0000 (-0600) Subject: cache: Update dependency for ANDES_L2_CACHE X-Git-Tag: v2025.10-rc1~134^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f62062a64daeb3f3b148372d0afae3821aff16de;p=thirdparty%2Fu-boot.git 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 Reviewed-by: Leo Yu-Chi Liang --- diff --git a/drivers/cache/Kconfig b/drivers/cache/Kconfig index 4f358657444..f5bcd406a50 100644 --- 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.