summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2019-06-17 16:34:17 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-06-19 11:02:10 +0200
commit2714dadbfe2ec60f40008955208d956373875427 (patch)
tree2d5d4d4d3183c6dd66e0e2e1e632fd3a3d90e585 /drivers/watchdog/Makefile
parentbf8973f10df5d11033ab4b9420decd3f55a69b4d (diff)
downloadbarebox-2714dadbfe2ec60f40008955208d956373875427.tar.gz
barebox-2714dadbfe2ec60f40008955208d956373875427.tar.xz
watchdog: add stm32 watchdog and reset driver
The driver supports setting watchdog timeout, system reset and querying reset reason. Disabling watchdog isn't possible in hardware, thus users should either only enable it before boot or have the poller take care of feeding it. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r--drivers/watchdog/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile
index 6c8d36c8b8..e731c632c9 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -11,3 +11,4 @@ obj-$(CONFIG_WATCHDOG_IMX) += imxwd.o
obj-$(CONFIG_WATCHDOG_ORION) += orion_wdt.o
obj-$(CONFIG_ARCH_BCM283X) += bcm2835_wdt.o
obj-$(CONFIG_RAVE_SP_WATCHDOG) += rave-sp-wdt.o
+obj-$(CONFIG_STM32_IWDG_WATCHDOG) += stm32_iwdg.o