You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "crafcat7 (via GitHub)" <gi...@apache.org> on 2023/07/19 15:04:03 UTC

[GitHub] [nuttx-apps] crafcat7 commented on a diff in pull request #1839: Redesigning cachespeed

crafcat7 commented on code in PR #1839:
URL: https://github.com/apache/nuttx-apps/pull/1839#discussion_r1268211351


##########
system/cachespeed/Kconfig:
##########
@@ -4,7 +4,8 @@
 #
 
 config SYSTEM_CACHESPEED
-	tristate "CACHE Speed Test"
+	bool "CACHE Speed Test"
+	depends on (ARCH_ICACHE && ARCH_DCACHE) || (ARMV7M_ICACHE && ARMV7M_DCACHE) || (ARMV8M_ICACHE && ARMV8M_DCACHE)

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org