aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2019-04-30 17:26:22 +0200
committerPatrice Chotard <patrice.chotard@st.com>2019-06-06 17:40:16 +0200
commit8c1007a2cbd845b47003753f54b2f7d2a502e13e (patch)
tree3d30b4322850ea0c981adb65f33c7d4582ed9608 /drivers/watchdog/Makefile
parent75500a41825bd8daadcdc6ab2a3c6e1c3c8f39e7 (diff)
downloadu-boot-8c1007a2cbd845b47003753f54b2f7d2a502e13e.zip
u-boot-8c1007a2cbd845b47003753f54b2f7d2a502e13e.tar.gz
u-boot-8c1007a2cbd845b47003753f54b2f7d2a502e13e.tar.bz2
watchdog: stm32mp: Add watchdog driver
This patch adds IWDG (Independent WatchDoG) support for STM32MP platform. Signed-off-by: Christophe Kerello <christophe.kerello@st.com> Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Stefan Roese <sr@denx.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 6f20e73..e3f4fdb 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -28,3 +28,4 @@ obj-$(CONFIG_WDT_MPC8xx) += mpc8xx_wdt.o
obj-$(CONFIG_WDT_MT7621) += mt7621_wdt.o
obj-$(CONFIG_WDT_MTK) += mtk_wdt.o
obj-$(CONFIG_WDT_SP805) += sp805_wdt.o
+obj-$(CONFIG_WDT_STM32MP) += stm32mp_wdt.o