diff options
| author | Weijie Gao <[email protected]> | 2022-05-20 11:23:19 +0800 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2022-07-13 23:03:37 +0200 |
| commit | fe3d57a443b0a51446b85dd452c2e9830c0ac384 (patch) | |
| tree | ac42b14e12dd243bf1dbbb4b3b8c9d20a1e4a1ea /drivers | |
| parent | 40862e49f213b8fa9aef62d53c067d02aacceccd (diff) | |
watchdog: add support for MediaTek MT7621 SoC
This patch makes mt7621_wdt driver available for MediaTek MT7621 SoC
Reviewed-by: Stefan Roese <[email protected]>
Signed-off-by: Weijie Gao <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/watchdog/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 532ada89c1b..6043fe717fb 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -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. |
