diff options
author | Guo Zeng <Guo.Zeng@csr.com> | 2015-12-02 03:37:47 +0000 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2015-12-28 22:09:50 +0100 |
commit | b466ee89509a1593441537f34c313edafe2ba47c (patch) | |
tree | 146c733b737ed1b795e8e70f2ab49dbaa4613db9 /drivers/watchdog/Makefile | |
parent | 71388840ec360e0489be7a75971b595c729b5323 (diff) | |
download | talos-obmc-linux-b466ee89509a1593441537f34c313edafe2ba47c.tar.gz talos-obmc-linux-b466ee89509a1593441537f34c313edafe2ba47c.zip |
watchdog: atlas7: add watchdog driver of CSRatlas7
This patch adds watchdog driver for CSRatlas7 platform.
On CSRatlas7, the 6th timer can act as a watchdog timer
when the Watchdog mode is enabled.
Signed-off-by: Guo Zeng <Guo.Zeng@csr.com>
Signed-off-by: William Wang <William.Wang@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
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 53d4827ddfe1..e2bc52c79aa7 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile @@ -69,6 +69,7 @@ obj-$(CONFIG_MEDIATEK_WATCHDOG) += mtk_wdt.o obj-$(CONFIG_DIGICOLOR_WATCHDOG) += digicolor_wdt.o obj-$(CONFIG_LPC18XX_WATCHDOG) += lpc18xx_wdt.o obj-$(CONFIG_BCM7038_WDT) += bcm7038_wdt.o +obj-$(CONFIG_ATLAS7_WATCHDOG) += atlas7_wdt.o # AVR32 Architecture obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o |