This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push: new 7ebd130 examples/watcher: Add missing dependencies on Kconfig 7ebd130 is described below commit 7ebd1309dd1ba2d0aa65bfed23f981cd21ad776f Author: Gustavo Henrique Nihei <gustavo.ni...@espressif.com> AuthorDate: Wed Feb 17 18:36:18 2021 -0300 examples/watcher: Add missing dependencies on Kconfig --- examples/watcher/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/watcher/Kconfig b/examples/watcher/Kconfig index ffedde7..3262913 100644 --- a/examples/watcher/Kconfig +++ b/examples/watcher/Kconfig @@ -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