]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
cache: Update dependency for ANDES_L2_CACHE
authorTom Rini <trini@konsulko.com>
Wed, 2 Jul 2025 01:04:26 +0000 (19:04 -0600)
committerLeo 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

index 4f35865744458cb0b243e204d2ad71de71be643e..f5bcd406a505c171723f481fbf0ff19988c6f881 100644 (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.