This is an automated email from the ASF dual-hosted git repository. davids5 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 2f2d3e5 examples/watchdog: add depends on CONFIG_WATCHDOG 2f2d3e5 is described below commit 2f2d3e57233d67c148c96d6b8848966e71d00b7a Author: ligd <liguidi...@xiaomi.com> AuthorDate: Fri May 14 16:10:01 2021 +0800 examples/watchdog: add depends on CONFIG_WATCHDOG Change-Id: I266145bef5c6ba2912457163f7e909146d4732b4 Signed-off-by: ligd <liguidi...@xiaomi.com> (cherry picked from commit 201d0bb19fa9577841021964511cfe5b129b7937) --- examples/watchdog/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/watchdog/Kconfig b/examples/watchdog/Kconfig index 31fbc1c..33c7c1d 100644 --- a/examples/watchdog/Kconfig +++ b/examples/watchdog/Kconfig @@ -6,6 +6,7 @@ config EXAMPLES_WATCHDOG tristate "Watchdog Timer example" default n + depends on WATCHDOG ---help--- Enable the watchdog timer example