mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-12 16:06:59 +00:00
system/sched_note: Change DRIVER_NOTE to DRIVER_NOTERAM
follow up the kernel side change Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
ef2758c0c5
commit
58aa886bad
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue