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
@ -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…
Reference in New Issue
Block a user