diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2015-11-25 20:33:22 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2015-12-28 22:47:46 +0100 |
commit | aae03dc981772ce8fca7eb4f899a22014bc4c38e (patch) | |
tree | 8f0c3e83d80db4160f2e189a470e05e2bb078b53 /drivers/watchdog/Makefile | |
parent | bf9006399939762e6cd32445e848e56727df9d98 (diff) | |
download | linux-aae03dc981772ce8fca7eb4f899a22014bc4c38e.tar.gz linux-aae03dc981772ce8fca7eb4f899a22014bc4c38e.tar.bz2 linux-aae03dc981772ce8fca7eb4f899a22014bc4c38e.zip |
watchdog: add Alphascale asm9260-wdt driver
Add WD support for Alphascale asm9260 SoC. This driver
provide support for different function modes:
- HW mode to trigger SoC reset on timeout
- SW mode do soft reset if needed
- DEBUG mode
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
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 7e44c9ae7b03..7fa2b52766d1 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile @@ -30,6 +30,7 @@ obj-$(CONFIG_USBPCWATCHDOG) += pcwd_usb.o # ARM Architecture obj-$(CONFIG_ARM_SP805_WATCHDOG) += sp805_wdt.o +obj-$(CONFIG_ASM9260_WATCHDOG) += asm9260_wdt.o obj-$(CONFIG_AT91RM9200_WATCHDOG) += at91rm9200_wdt.o obj-$(CONFIG_AT91SAM9X_WATCHDOG) += at91sam9_wdt.o obj-$(CONFIG_CADENCE_WATCHDOG) += cadence_wdt.o |