diff options
author | Markus Mayer <markus.mayer@linaro.org> | 2013-11-23 02:56:03 +0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2014-01-29 00:13:50 +0400 |
commit | 6adb730dc2085c16c52a2f991cc1661e4a7fd6d5 (patch) | |
tree | 629e9b34c2d55eb452eeedcbe2a733c8272943e1 /drivers/watchdog/Makefile | |
parent | 2c34d59916bd82efe6544f39ec162e8c9236009d (diff) | |
download | linux-6adb730dc2085c16c52a2f991cc1661e4a7fd6d5.tar.xz |
watchdog: bcm281xx: Watchdog Driver
This commit adds support for the watchdog timer used on the BCM281xx
family of SoCs.
Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
Reviewed-by: Matt Porter <matt.porter@linaro.org>
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 91bd95a64baf..af2251682214 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile @@ -57,6 +57,7 @@ obj-$(CONFIG_RETU_WATCHDOG) += retu_wdt.o obj-$(CONFIG_BCM2835_WDT) += bcm2835_wdt.o obj-$(CONFIG_MOXART_WDT) += moxart_wdt.o obj-$(CONFIG_SIRFSOC_WATCHDOG) += sirfsoc_wdt.o +obj-$(CONFIG_BCM_KONA_WDT) += bcm_kona_wdt.o # AVR32 Architecture obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o |