Missing watchdog timer configuration setting

This commit is contained in:
Gregory Nutt 2014-04-21 19:13:21 -06:00
parent 21671c97d6
commit 3884117ae9

View File

@ -240,6 +240,11 @@ menuconfig WATCHDOG
information.
if WATCHDOG
config WATCHDOG_DEVPATH
string "Watchdog Device Path"
default "/dev/watchdog0"
endif # WATCHDOG
menuconfig ANALOG