summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2019-10-11 18:27:52 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-10-14 15:18:23 +0200
commitd1cd3da95e191a4303551f5dc8e508a472a99849 (patch)
treea54b58a4db361ccbc394d390d7a72dd0ede4245f /drivers/watchdog/Makefile
parentddb95cd90368f4d7ff11d6018cd0f24064e5bd28 (diff)
downloadbarebox-d1cd3da95e191a4303551f5dc8e508a472a99849.tar.gz
barebox-d1cd3da95e191a4303551f5dc8e508a472a99849.tar.xz
watchdog: add support for Fintek F718xx and, F818xx Super I/O
This is an adaptation of the Linux v5.3 f71808e_wdt driver for the watchdog component of the Fintek Super I/O chips. 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 1fbd780885..63efc2a87e 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -13,3 +13,4 @@ obj-$(CONFIG_ARCH_BCM283X) += bcm2835_wdt.o
obj-$(CONFIG_RAVE_SP_WATCHDOG) += rave-sp-wdt.o
obj-$(CONFIG_STM32_IWDG_WATCHDOG) += stm32_iwdg.o
obj-$(CONFIG_STPMIC1_WATCHDOG) += stpmic1_wdt.o
+obj-$(CONFIG_F71808E_WDT) += f71808e_wdt.o