system/cachespeed:Modifying kconfig depends on

Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
This commit is contained in:
chenrun1 2023-07-19 18:36:50 +08:00 committed by Xiang Xiao
parent d0349a3bd4
commit 10baddee07

View File

@ -5,7 +5,7 @@
config SYSTEM_CACHESPEED
bool "CACHE Speed Test"
depends on (ARCH_ICACHE && ARCH_DCACHE) || (ARMV7M_ICACHE && ARMV7M_DCACHE) || (ARMV8M_ICACHE && ARMV8M_DCACHE)
depends on ARCH_ICACHE && ARCH_DCACHE
default n
---help---
Enable a simple CACHE speed test.