diff options
author | John Crispin <blogic@openwrt.org> | 2016-01-04 20:36:38 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-01-09 17:45:28 +0100 |
commit | ab3f09fe16d158cb4f84e558c61ec5d6d601f2e0 (patch) | |
tree | bedf670e6f21cfd4a9116b62f41363d055a8ddbb /drivers/watchdog/Makefile | |
parent | 3b8d058cfe6a3b14abee324f4c4b33e64bf61aeb (diff) | |
download | blackbird-op-linux-ab3f09fe16d158cb4f84e558c61ec5d6d601f2e0.tar.gz blackbird-op-linux-ab3f09fe16d158cb4f84e558c61ec5d6d601f2e0.zip |
watchdog: add MT7621 watchdog support
This patch adds support for the watchdog core found on newer MediaTek Wifi
SoCs MT7621 and MT7628. There is no symbol for MT7628 as it is a subtype of
MT7620 so we depend on that instead.
Signed-off-by: John Crispin <blogic@openwrt.org>
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile index 2d203fc3cfdb..f566753256ab 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile @@ -152,6 +152,7 @@ octeon-wdt-y := octeon-wdt-main.o octeon-wdt-nmi.o obj-$(CONFIG_LANTIQ_WDT) += lantiq_wdt.o obj-$(CONFIG_RALINK_WDT) += rt2880_wdt.o obj-$(CONFIG_IMGPDC_WDT) += imgpdc_wdt.o +obj-$(CONFIG_MT7621_WDT) += mt7621_wdt.o # PARISC Architecture |