aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorJosh Cartwright <joshc@codeaurora.org>2014-09-25 17:51:02 -0500
committerWim Van Sebroeck <wim@iguana.be>2014-10-20 20:52:50 +0200
commit1094ebe9d1e1dde0754ff8cede16159fb20b2f3b (patch)
tree9852a5c1e1fe3d2fd3a202fe45e06f535d307972 /drivers/watchdog/Makefile
parentwatchdog: dw_wdt: initialise TOP_INIT in dw_wdt_set_top() (diff)
downloadlinux-dev-1094ebe9d1e1dde0754ff8cede16159fb20b2f3b.tar.xz
linux-dev-1094ebe9d1e1dde0754ff8cede16159fb20b2f3b.zip
watchdog: qcom: add support for KPSS WDT
Add a driver for the watchdog timer block found in the Krait Processor Subsystem (KPSS) on the MSM8960, APQ8064, and IPQ8064. Signed-off-by: Josh Cartwright <joshc@codeaurora.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 82af9956f96a..44f5d6842fc6 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -58,6 +58,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_QCOM_WDT) += qcom-wdt.o
obj-$(CONFIG_BCM_KONA_WDT) += bcm_kona_wdt.o
obj-$(CONFIG_TEGRA_WATCHDOG) += tegra_wdt.o