aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorMarkus Mayer <markus.mayer@linaro.org>2013-11-22 14:56:03 -0800
committerWim Van Sebroeck <wim@iguana.be>2014-01-28 21:13:50 +0100
commit6adb730dc2085c16c52a2f991cc1661e4a7fd6d5 (patch)
tree629e9b34c2d55eb452eeedcbe2a733c8272943e1 /drivers/watchdog/Makefile
parentwatchdog: core: Make dt "timeout-sec" property work on drivers w/out min/max (diff)
downloadlinux-dev-6adb730dc2085c16c52a2f991cc1661e4a7fd6d5.tar.xz
linux-dev-6adb730dc2085c16c52a2f991cc1661e4a7fd6d5.zip
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/Makefile1
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