From 7ebd1309dd1ba2d0aa65bfed23f981cd21ad776f Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Nihei <gustavo.nihei@espressif.com> Date: Wed, 17 Feb 2021 18:36:18 -0300 Subject: [PATCH] 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 ffedde779..3262913a5 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