mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-29 21:30:54 +00:00
examples/watcher: Add missing dependencies on Kconfig
This commit is contained in:
parent
72b3f97e24
commit
7ebd1309dd
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
|||
config EXAMPLES_WATCHER
|
||||
tristate "Watcher example"
|
||||
default n
|
||||
depends on DRIVER_NOTERAM
|
||||
depends on FSUTILS_MKFATFS
|
||||
---help---
|
||||
Enable the watcher example. The watcher is a task that will monitor
|
||||
other tasks that have previously subscribed to be watched. If the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue