mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
25 lines
829 B
Diff
25 lines
829 B
Diff
|
From eb1806fbf65c60b2ce462a0ebe39d9f9e652235a Mon Sep 17 00:00:00 2001
|
||
|
From: Weijie Gao <weijie.gao@mediatek.com>
|
||
|
Date: Fri, 20 May 2022 11:23:19 +0800
|
||
|
Subject: [PATCH 15/25] watchdog: add support for MediaTek MT7621 SoC
|
||
|
|
||
|
This patch makes mt7621_wdt driver available for MediaTek MT7621 SoC
|
||
|
|
||
|
Reviewed-by: Stefan Roese <sr@denx.de>
|
||
|
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
|
||
|
---
|
||
|
drivers/watchdog/Kconfig | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- 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.
|