summaryrefslogtreecommitdiff
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorSamin Guo <samin.guo@starfivetech.com>2021-11-17 06:06:25 +0300
committerEmil Renner Berthing <kernel@esmil.dk>2021-12-26 18:41:29 +0300
commite942c186e075451e932bc3e17609553a69068998 (patch)
tree35099349db1b025ff7329ee166c5ae91cc99234a /drivers/watchdog/Makefile
parent2616323528081e81ed01b0a03e81e69f45ca109f (diff)
downloadlinux-e942c186e075451e932bc3e17609553a69068998.tar.xz
watchdog: Add StarFive SI5 watchdog driver
Signed-off-by: Samin Guo <samin.guo@starfivetech.com> Signed-off-by: Walker Chen <walker.chen@starfivetech.com>
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r--drivers/watchdog/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile
index 1bd2d6f37c53..d1a9122472f1 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -203,6 +203,9 @@ obj-$(CONFIG_WATCHDOG_SUN4V) += sun4v_wdt.o
# Xen
obj-$(CONFIG_XEN_WDT) += xen_wdt.o
+# RISCV Architecture
+obj-$(CONFIG_STARFIVE_WATCHDOG) += starfive-wdt.o
+
# Architecture Independent
obj-$(CONFIG_BD957XMUF_WATCHDOG) += bd9576_wdt.o
obj-$(CONFIG_DA9052_WATCHDOG) += da9052_wdt.o