]> Git Repo - J-u-boot.git/commitdiff
watchdog: add support for MediaTek MT7621 SoC
authorWeijie Gao <[email protected]>
Fri, 20 May 2022 03:23:19 +0000 (11:23 +0800)
committerDaniel Schwierzeck <[email protected]>
Wed, 13 Jul 2022 21:03:37 +0000 (23:03 +0200)
This patch makes mt7621_wdt driver available for MediaTek MT7621 SoC

Reviewed-by: Stefan Roese <[email protected]>
Signed-off-by: Weijie Gao <[email protected]>
drivers/watchdog/Kconfig

index 532ada89c1b263f86dbb1361d03f8747e213ee0e..6043fe717fb5ab1fa858a7f75acc151c80f88c12 100644 (file)
@@ -191,7 +191,7 @@ config WDT_MT7620
 
 config WDT_MT7621
        bool "MediaTek MT7621 watchdog timer support"
-       depends on WDT && SOC_MT7628
+       depends on WDT && (SOC_MT7621 || SOC_MT7628)
        help
          Select this to enable Ralink / Mediatek watchdog timer,
          which can be found on some MediaTek chips.
This page took 0.035588 seconds and 4 git commands to generate.