diff options
author | Tom Rini <trini@konsulko.com> | 2018-11-28 23:04:58 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-28 23:04:58 -0500 |
commit | e16c888fab5014b022d5781dc534f204460a073b (patch) | |
tree | 47ad22733082c607dcdb56f0329ee076039dbc70 /drivers/watchdog/Kconfig | |
parent | 67cf22cbdef8c62ffa28b4caf935825fe410c68d (diff) | |
parent | a9da9eebf3d55eeb28dd521fc3b0fc1c9b5dc64b (diff) |
Merge branch '2018-11-28-master-imports'
- Add MediaTek support
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 4796da0823..4a9ebb6e26 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -103,6 +103,14 @@ config WDT_CDNS Select this to enable Cadence watchdog timer, which can be found on some Xilinx Microzed Platform. +config WDT_MTK + bool "MediaTek watchdog timer support" + depends on WDT && ARCH_MEDIATEK + help + Select this to enable watchdog timer for MediaTek SoCs. + The watchdog timer is stopped when initialized. + It performs full SoC reset. + config XILINX_TB_WATCHDOG bool "Xilinx Axi watchdog timer support" depends on WDT |