mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
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>
This commit is contained in:
parent
40862e49f2
commit
fe3d57a443
@ -191,7 +191,7 @@ config WDT_MT7620
|
|||||||
|
|
||||||
config WDT_MT7621
|
config WDT_MT7621
|
||||||
bool "MediaTek MT7621 watchdog timer support"
|
bool "MediaTek MT7621 watchdog timer support"
|
||||||
depends on WDT && SOC_MT7628
|
depends on WDT && (SOC_MT7621 || SOC_MT7628)
|
||||||
help
|
help
|
||||||
Select this to enable Ralink / Mediatek watchdog timer,
|
Select this to enable Ralink / Mediatek watchdog timer,
|
||||||
which can be found on some MediaTek chips.
|
which can be found on some MediaTek chips.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user