YuuichiNakamura commented on a change in pull request #1271: URL: https://github.com/apache/incubator-nuttx/pull/1271#discussion_r442903083
########## File path: sched/Kconfig ########## @@ -975,7 +975,7 @@ config SCHED_INSTRUMENTATION_SPINLOCKS config SCHED_INSTRUMENTATION_SYSCALL bool "System call monitor hooks" default n - depends on LIB_SYSCALL && ARCH_HAVE_SYSCALL_HOOKS + depends on ARCH_HAVE_SYSCALL_HOOKS Review comment: In my understanding, CONFIG_LIB_SYSCALL is defined in PROTECTED and KERNEL build and not in FLAT build. I have made CONFIG_INSTRUMENTATION_SYSCALL feature available in all three build types and it is the reason I removed LIB_SYSCALL. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org