Skip to content

Commit

Permalink
drivers: cache: andes: Decouple cache line size calculation
Browse files Browse the repository at this point in the history
Eliminate the dependency on specific configuration options
for calculating the cache line size.

Signed-off-by: Wei-Tai Lee <[email protected]>
  • Loading branch information
wtlee1995 authored and kartben committed Dec 18, 2024
1 parent c351a0e commit 913fddb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/cache/Kconfig.andes
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 913fddb

Please sign in to comment.