summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorJoel Stanley2016-05-18 10:21:00 +0200
committerWim Van Sebroeck2016-07-17 20:59:10 +0200
commitefa859f7d7860f73396c1ff28017e55b5b403e82 (patch)
tree43a41fd747ace77f93b776a2d77c02ba09365db6 /drivers/watchdog/Makefile
parentdt-bindings: watchdog: Add Aspeed watchdog timer bindings (diff)
downloadkernel-qcow2-linux-efa859f7d7860f73396c1ff28017e55b5b403e82.tar.gz
kernel-qcow2-linux-efa859f7d7860f73396c1ff28017e55b5b403e82.tar.xz
kernel-qcow2-linux-efa859f7d7860f73396c1ff28017e55b5b403e82.zip
watchdog: Add Aspeed watchdog driver
Provides generic watchdog features as well as reboot support for the Aspeed SoCs. Signed-off-by: Joel Stanley <joel@jms.id.au> 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 a46e7c1380ac..4990c50b04e5 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -74,6 +74,7 @@ obj-$(CONFIG_LPC18XX_WATCHDOG) += lpc18xx_wdt.o
obj-$(CONFIG_BCM7038_WDT) += bcm7038_wdt.o
obj-$(CONFIG_ATLAS7_WATCHDOG) += atlas7_wdt.o
obj-$(CONFIG_RENESAS_WDT) += renesas_wdt.o
+obj-$(CONFIG_ASPEED_WATCHDOG) += aspeed_wdt.o
# AVR32 Architecture
obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o