diff options
author | Tom Rini <trini@konsulko.com> | 2019-05-04 20:02:31 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-04 20:02:42 -0400 |
commit | 86f578ee85a697afb980233312f9aac1d98816df (patch) | |
tree | c15c40d7885eac1dff3bdd1e3236e9d42e26c820 /drivers/watchdog | |
parent | c9baea6d0e96eb4bf55061d516e91e22236ed198 (diff) | |
parent | 5c629b1b69f780540e6e3bcc57d29438749f97c5 (diff) | |
download | u-boot-86f578ee85a697afb980233312f9aac1d98816df.tar.gz |
Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mips
- mscc: small fixes, enhance network support for Serval, Luton and Ocelot
- mt7620: rename arch to more generic name mtmips
- mips: pass initrd addresses via DT as physical addresses
Diffstat (limited to 'drivers/watchdog')
-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 16d47b8885..f909d40f45 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -143,7 +143,7 @@ config WDT_AT91 config WDT_MT7621 bool "MediaTek MT7621 watchdog timer support" - depends on WDT && ARCH_MT7620 + depends on WDT && SOC_MT7628 help Select this to enable Ralink / Mediatek watchdog timer, which can be found on some MediaTek chips. |