diff options
author | Xianglong Du <Xianglong.Du@csr.com> | 2013-10-01 20:13:49 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2013-11-17 13:37:23 -0500 |
commit | f0fcbdbf202e2be36c8eb6d1f5c01f95805777de (patch) | |
tree | 775898deec716feca6e7d2742405e754679eddc7 /drivers/watchdog/Makefile | |
parent | 85eee81922399ec0be1b2c870f9333b4bca56650 (diff) |
watchdog: sirf: add watchdog driver of CSR SiRFprimaII and SiRFatlasVI
On CSR SiRFprimaII and SiRFatlasVI, the 6th timer can act as a watchdog
timer when the Watchdog mode is enabled.
watchdog occur when TIMER watchdog counter matches the value software
pre-set, when this event occurs, the effect is the same as the system
software reset.
Signed-off-by: Xianglong Du <Xianglong.Du@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Cc: Romain Izard <romain.izard.pro@gmail.com>
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile index 89fd3288cd7b..91bd95a64baf 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile | |||
@@ -56,6 +56,7 @@ obj-$(CONFIG_UX500_WATCHDOG) += ux500_wdt.o | |||
56 | obj-$(CONFIG_RETU_WATCHDOG) += retu_wdt.o | 56 | obj-$(CONFIG_RETU_WATCHDOG) += retu_wdt.o |
57 | obj-$(CONFIG_BCM2835_WDT) += bcm2835_wdt.o | 57 | obj-$(CONFIG_BCM2835_WDT) += bcm2835_wdt.o |
58 | obj-$(CONFIG_MOXART_WDT) += moxart_wdt.o | 58 | obj-$(CONFIG_MOXART_WDT) += moxart_wdt.o |
59 | obj-$(CONFIG_SIRFSOC_WATCHDOG) += sirfsoc_wdt.o | ||
59 | 60 | ||
60 | # AVR32 Architecture | 61 | # AVR32 Architecture |
61 | obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o | 62 | obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o |