diff options
author | John Crispin <blogic@openwrt.org> | 2016-01-04 14:36:38 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-01-09 11:45:28 -0500 |
commit | ab3f09fe16d158cb4f84e558c61ec5d6d601f2e0 (patch) | |
tree | bedf670e6f21cfd4a9116b62f41363d055a8ddbb /drivers/watchdog/Kconfig | |
parent | 3b8d058cfe6a3b14abee324f4c4b33e64bf61aeb (diff) |
watchdog: add MT7621 watchdog support
This patch adds support for the watchdog core found on newer MediaTek Wifi
SoCs MT7621 and MT7628. There is no symbol for MT7628 as it is a subtype of
MT7620 so we depend on that instead.
Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index afb7f91795cb..4f0e7be0da34 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -1403,6 +1403,13 @@ config RALINK_WDT | |||
1403 | help | 1403 | help |
1404 | Hardware driver for the Ralink SoC Watchdog Timer. | 1404 | Hardware driver for the Ralink SoC Watchdog Timer. |
1405 | 1405 | ||
1406 | config MT7621_WDT | ||
1407 | tristate "Mediatek SoC watchdog" | ||
1408 | select WATCHDOG_CORE | ||
1409 | depends on SOC_MT7620 || SOC_MT7621 | ||
1410 | help | ||
1411 | Hardware driver for the Mediatek/Ralink MT7621/8 SoC Watchdog Timer. | ||
1412 | |||
1406 | # PARISC Architecture | 1413 | # PARISC Architecture |
1407 | 1414 | ||
1408 | # POWERPC Architecture | 1415 | # POWERPC Architecture |