From d23c1efea65bab5df8d6894861e4baa2a46da45d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 21 Apr 2014 19:13:21 -0600 Subject: Missing watchdog timer configuration setting --- nuttx/drivers/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nuttx') diff --git a/nuttx/drivers/Kconfig b/nuttx/drivers/Kconfig index 2d244723c..329b4ddc0 100644 --- a/nuttx/drivers/Kconfig +++ b/nuttx/drivers/Kconfig @@ -240,6 +240,11 @@ menuconfig WATCHDOG information. if WATCHDOG + +config WATCHDOG_DEVPATH + string "Watchdog Device Path" + default "/dev/watchdog0" + endif # WATCHDOG menuconfig ANALOG -- cgit v1.2.3