aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorEric Long <eric.long@spreadtrum.com>2017-11-06 10:46:28 +0800
committerWim Van Sebroeck <wim@iguana.be>2017-12-28 20:45:40 +0100
commit477603467009673d0965ca7ec165a09bd0fcb87e (patch)
treed2ac478f2edce54d20e9bd378596693f9c96f058 /drivers/watchdog/Makefile
parentdt-bindings: watchdog: Add Spreadtrum watchdog documentation (diff)
downloadlinux-dev-477603467009673d0965ca7ec165a09bd0fcb87e.tar.xz
linux-dev-477603467009673d0965ca7ec165a09bd0fcb87e.zip
watchdog: Add Spreadtrum watchdog driver
This patch adds the watchdog driver for Spreadtrum SC9860 platform. Signed-off-by: Eric Long <eric.long@spreadtrum.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
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 b6cf527b31fb..4b374b9e55e8 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -89,6 +89,7 @@ obj-$(CONFIG_ZX2967_WATCHDOG) += zx2967_wdt.o
obj-$(CONFIG_STM32_WATCHDOG) += stm32_iwdg.o
obj-$(CONFIG_UNIPHIER_WATCHDOG) += uniphier_wdt.o
obj-$(CONFIG_RTD119X_WATCHDOG) += rtd119x_wdt.o
+obj-$(CONFIG_SPRD_WATCHDOG) += sprd_wdt.o
# AVR32 Architecture
obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o