aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorCarlo Caione <carlo@caione.org>2014-09-20 19:06:50 +0200
committerWim Van Sebroeck <wim@iguana.be>2014-10-20 20:57:16 +0200
commit22e1b8f60f913cf71e688af9b64317b515303f4c (patch)
tree81f07aff045fed803296396e5f31cc1b3bf85106 /drivers/watchdog/Makefile
parentARM: docs: add documentation binding for meson watchdog (diff)
downloadlinux-dev-22e1b8f60f913cf71e688af9b64317b515303f4c.tar.xz
linux-dev-22e1b8f60f913cf71e688af9b64317b515303f4c.zip
ARM: meson: add watchdog driver
This patch adds the watchdog driver for the Amlogic Meson SoCs used also to reboot the device. Signed-off-by: Carlo Caione <carlo@caione.org> Reviewed-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 f8eaaf45e923..c569ec8f8a76 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -62,6 +62,7 @@ obj-$(CONFIG_SIRFSOC_WATCHDOG) += sirfsoc_wdt.o
obj-$(CONFIG_QCOM_WDT) += qcom-wdt.o
obj-$(CONFIG_BCM_KONA_WDT) += bcm_kona_wdt.o
obj-$(CONFIG_TEGRA_WATCHDOG) += tegra_wdt.o
+obj-$(CONFIG_MESON_WATCHDOG) += meson_wdt.o
# AVR32 Architecture
obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o