diff options
author | Matthias Brugger <matthias.bgg@gmail.com> | 2015-01-13 13:28:55 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2015-02-17 21:32:43 +0100 |
commit | a44a45536f7bc2a5349cd44ee5d8cccd9aae0612 (patch) | |
tree | 8f5d139fd9621cf12be4de4adbec307aa915a895 /drivers/watchdog/Kconfig | |
parent | watchdog: Fix omap watchdogs to enable the magic close bit (diff) | |
download | linux-a44a45536f7bc2a5349cd44ee5d8cccd9aae0612.tar.xz linux-a44a45536f7bc2a5349cd44ee5d8cccd9aae0612.zip |
watchdog: Add driver for Mediatek watchdog
This patch adds a driver for the Mediatek SoC integrated
watchdog. This driver supports watchdog and software reset
for mt65xx and mt81xx SoCs.
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Tested-by: Eddie Huang <eddie.huang@mediatek.com>
Reviewed-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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 0a1396b70b95..4fd4a13cb261 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -505,6 +505,16 @@ config MESON_WATCHDOG To compile this driver as a module, choose M here: the module will be called meson_wdt. +config MEDIATEK_WATCHDOG + tristate "Mediatek SoCs watchdog support" + depends on ARCH_MEDIATEK + select WATCHDOG_CORE + help + Say Y here to include support for the watchdog timer + in Mediatek SoCs. + To compile this driver as a module, choose M here: the + module will be called mtk_wdt. + # AVR32 Architecture config AT32AP700X_WDT |