mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
system: Change DRIVER_NOTExxx to DRIVERS_NOTExxx
follow the kernel side change: https://github.com/apache/nuttx/pull/8531 Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
f63a3cac0e
commit
4e6041a46c
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
config EXAMPLES_WATCHER
|
||||
tristate "Watcher example"
|
||||
default n
|
||||
depends on DRIVER_NOTERAM
|
||||
depends on DRIVERS_NOTERAM
|
||||
depends on FSUTILS_MKFATFS
|
||||
---help---
|
||||
Enable the watcher example. The watcher is a task that will monitor
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
config SYSTEM_NOTE
|
||||
tristate "Scheduler monitor"
|
||||
default n
|
||||
depends on DRIVER_NOTERAM
|
||||
depends on DRIVERS_NOTERAM
|
||||
---help---
|
||||
Enable the schedler instrumentation monitor
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
config SYSTEM_TRACE
|
||||
tristate "Trace command"
|
||||
default n
|
||||
depends on DRIVER_NOTECTL
|
||||
depends on DRIVERS_NOTECTL
|
||||
---help---
|
||||
Enable support for the trace command.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue