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:
Xiang Xiao 2023-02-14 01:17:13 +08:00 committed by archer
parent f63a3cac0e
commit 4e6041a46c
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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.