summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2017-03-30 20:46:36 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-03-31 08:09:03 +0200
commit7e642324bcde0f09e014bf04feaab1d2f40199db (patch)
treed6afa744d5ece46a3c65489e92704e7699ea0f9f /drivers/watchdog/Makefile
parent4f31107b25ac10d9bac12bb4c3be5d238609f84c (diff)
downloadbarebox-7e642324bcde0f09e014bf04feaab1d2f40199db.tar.gz
barebox-7e642324bcde0f09e014bf04feaab1d2f40199db.tar.xz
watchdog: new driver for Armada XP
This SoC uses a variant of the IP that is also used on most other Marvell SoCs. For now it only supports Armada XP but the naming is already chosen such that adding support for further SoCs doesn't result in much renaming. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 5fca4c368c..a3b26675ce 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -5,3 +5,4 @@ obj-$(CONFIG_WATCHDOG_MXS28) += im28wd.o
obj-$(CONFIG_WATCHDOG_DW) += dw_wdt.o
obj-$(CONFIG_WATCHDOG_JZ4740) += jz4740.o
obj-$(CONFIG_WATCHDOG_IMX_RESET_SOURCE) += imxwd.o
+obj-$(CONFIG_WATCHDOG_ORION) += orion_wdt.o