aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorChanho Park <chanho61.park@samsung.com>2023-11-06 08:13:16 +0900
committerLeo Yu-Chi Liang <ycliang@andestech.com>2023-12-05 16:40:16 +0800
commitda264550980aee9d5ed4e6c18d4a4b027c2e242b (patch)
tree132f18121dc0a73aed408b633f73684bc075ee8e /drivers/watchdog/Makefile
parent8ef2d7926f6973707164f4bd8f76bb94e80f336b (diff)
downloadu-boot-da264550980aee9d5ed4e6c18d4a4b027c2e242b.zip
u-boot-da264550980aee9d5ed4e6c18d4a4b027c2e242b.tar.gz
u-boot-da264550980aee9d5ed4e6c18d4a4b027c2e242b.tar.bz2
watchdog: Add StarFive Watchdog driver
Add to support StarFive watchdog driver. The driver is imported from linux kernel's drivers/watchdog/starfive-wdt.c without jh7100 support because there is no support of jh7100 SoC in u-boot yet. Howver, this patch has been kept the variant coding style because JH7100 can be added later and have a consistency with the linux driver. Signed-off-by: Chanho Park <chanho61.park@samsung.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
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 eef786f..5520d3d 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -44,6 +44,7 @@ obj-$(CONFIG_WDT_SBSA) += sbsa_gwdt.o
obj-$(CONFIG_WDT_K3_RTI) += rti_wdt.o
obj-$(CONFIG_WDT_SL28CPLD) += sl28cpld-wdt.o
obj-$(CONFIG_WDT_SP805) += sp805_wdt.o
+obj-$(CONFIG_WDT_STARFIVE) += starfive_wdt.o
obj-$(CONFIG_WDT_STM32MP) += stm32mp_wdt.o
obj-$(CONFIG_WDT_SUNXI) += sunxi_wdt.o
obj-$(CONFIG_WDT_TANGIER) += tangier_wdt.o