xiaoxiang781216 commented on code in PR #7126: URL: https://github.com/apache/incubator-nuttx/pull/7126#discussion_r974162558
########## drivers/timers/Kconfig: ########## @@ -366,13 +366,21 @@ if WATCHDOG_AUTOMONITOR choice prompt "Auto-monitor keepalive by" - default WATCHDOG_AUTOMONITOR_BY_TIMER + default WATCHDOG_AUTOMONITOR_BY_WDOG config WATCHDOG_AUTOMONITOR_BY_CAPTURE bool "Capture callback" Review Comment: Done. ########## drivers/timers/Kconfig: ########## @@ -366,13 +366,21 @@ if WATCHDOG_AUTOMONITOR choice prompt "Auto-monitor keepalive by" - default WATCHDOG_AUTOMONITOR_BY_TIMER + default WATCHDOG_AUTOMONITOR_BY_WDOG config WATCHDOG_AUTOMONITOR_BY_CAPTURE bool "Capture callback" +config WATCHDOG_AUTOMONITOR_BY_ONESHOT + bool "Oneshot callback" + depends on ONESHOT + Review Comment: Done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org