You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/10/20 16:54:56 UTC

[incubator-nuttx-apps] branch master updated: system/sched_note: Change DRIVER_NOTE to DRIVER_NOTERAM

This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 58aa886  system/sched_note: Change DRIVER_NOTE to DRIVER_NOTERAM
58aa886 is described below

commit 58aa886bad61102f254ee6a491a4affe14fe3ff1
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Tue Oct 13 00:43:31 2020 +0800

    system/sched_note: Change DRIVER_NOTE to DRIVER_NOTERAM
    
    follow up the kernel side change
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 system/sched_note/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/sched_note/Kconfig b/system/sched_note/Kconfig
index 2b17878..832af78 100644
--- a/system/sched_note/Kconfig
+++ b/system/sched_note/Kconfig
@@ -6,7 +6,7 @@
 config SYSTEM_NOTE
 	tristate "Scheduler monitor"
 	default n
-	depends on DRIVER_NOTE
+	depends on DRIVER_NOTERAM
 	---help---
 		Enable the schedler instrumentation monitor