This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 10baddee07e746b5e8b649ecc3199132bc1b0e13 Author: chenrun1 <[email protected]> AuthorDate: Wed Jul 19 18:36:50 2023 +0800 system/cachespeed:Modifying kconfig depends on Signed-off-by: chenrun1 <[email protected]> --- system/cachespeed/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/cachespeed/Kconfig b/system/cachespeed/Kconfig index b450daae5..0ff474c23 100644 --- a/system/cachespeed/Kconfig +++ b/system/cachespeed/Kconfig @@ -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.
