drivers: cache: andes: Decouple cache line size calculation

Eliminate the dependency on specific configuration options
for calculating the cache line size.

Signed-off-by: Wei-Tai Lee <wtlee@andestech.com>
This commit is contained in:
Wei-Tai Lee 2024-11-12 10:03:30 +08:00 committed by Benjamin Cabé
parent c351a0e044
commit 913fddb80e

View file

@ -7,8 +7,6 @@ bool "ANDES external cache driver"
default y
depends on SOC_FAMILY_ANDES_V5
select CACHE_HAS_DRIVER
imply DCACHE_LINE_SIZE_DETECT
imply ICACHE_LINE_SIZE_DETECT
help
This option enables the CACHE driver for ANDES V5 series SOC.