diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-01-29 01:59:37 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-02-25 01:00:23 +0300 |
commit | eca10ae6000d45ee3fec65f0abf7e07abfc66abb (patch) | |
tree | 1cbc57b906f1fa61647b9b3504025f8b9616471b /drivers/watchdog/Makefile | |
parent | 428a66554a1d475896e47a23f1d2c99b58fa7105 (diff) | |
download | linux-eca10ae6000d45ee3fec65f0abf7e07abfc66abb.tar.xz |
watchdog: add driver for Cortina Gemini watchdog
This add support for the Cortina systems Gemini (SL3516)
SoC watchdog.
I have tried to use all the right new kernel interfaces
and tested with busybox' "watchdog" command both to kick
and get timeouts and reboots.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
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 3af35889a609..21b6bf9bff68 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile @@ -45,6 +45,7 @@ obj-$(CONFIG_OMAP_WATCHDOG) += omap_wdt.o obj-$(CONFIG_TWL4030_WATCHDOG) += twl4030_wdt.o obj-$(CONFIG_21285_WATCHDOG) += wdt285.o obj-$(CONFIG_977_WATCHDOG) += wdt977.o +obj-$(CONFIG_GEMINI_WATCHDOG) += gemini_wdt.o obj-$(CONFIG_IXP4XX_WATCHDOG) += ixp4xx_wdt.o obj-$(CONFIG_KS8695_WATCHDOG) += ks8695_wdt.o obj-$(CONFIG_S3C2410_WATCHDOG) += s3c2410_wdt.o |