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
|
config EXAMPLES_WATCHER
|
||||||
tristate "Watcher example"
|
tristate "Watcher example"
|
||||||
default n
|
default n
|
||||||
depends on DRIVER_NOTERAM
|
depends on DRIVERS_NOTERAM
|
||||||
depends on FSUTILS_MKFATFS
|
depends on FSUTILS_MKFATFS
|
||||||
---help---
|
---help---
|
||||||
Enable the watcher example. The watcher is a task that will monitor
|
Enable the watcher example. The watcher is a task that will monitor
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
config SYSTEM_NOTE
|
config SYSTEM_NOTE
|
||||||
tristate "Scheduler monitor"
|
tristate "Scheduler monitor"
|
||||||
default n
|
default n
|
||||||
depends on DRIVER_NOTERAM
|
depends on DRIVERS_NOTERAM
|
||||||
---help---
|
---help---
|
||||||
Enable the schedler instrumentation monitor
|
Enable the schedler instrumentation monitor
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
config SYSTEM_TRACE
|
config SYSTEM_TRACE
|
||||||
tristate "Trace command"
|
tristate "Trace command"
|
||||||
default n
|
default n
|
||||||
depends on DRIVER_NOTECTL
|
depends on DRIVERS_NOTECTL
|
||||||
---help---
|
---help---
|
||||||
Enable support for the trace command.
|
Enable support for the trace command.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user