diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2012-12-27 22:58:29 +0200 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2013-03-01 12:31:14 +0100 |
commit | 3d3a6d18abc66ba38e554fd5cb5991dfa805cd23 (patch) | |
tree | 588d6d86b6ce6aaed3198a482657398546d98ca3 /drivers/watchdog/Kconfig | |
parent | d1ec74ab5a48d794c5e3671a895d49d162d0f916 (diff) | |
download | talos-op-linux-3d3a6d18abc66ba38e554fd5cb5991dfa805cd23.tar.gz talos-op-linux-3d3a6d18abc66ba38e554fd5cb5991dfa805cd23.zip |
watchdog: introduce retu_wdt driver
Introduce Retu watchdog driver.
Cc: linux-watchdog@vger.kernel.org
Acked-by: Felipe Balbi <balbi@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index bb74186d88f3..7f61687504b7 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -377,6 +377,18 @@ config UX500_WATCHDOG To compile this driver as a module, choose M here: the module will be called ux500_wdt. +config RETU_WATCHDOG + tristate "Retu watchdog" + depends on MFD_RETU + select WATCHDOG_CORE + help + Retu watchdog driver for Nokia Internet Tablets (770, N800, + N810). At least on N800 the watchdog cannot be disabled, so + this driver is essential and you should enable it. + + To compile this driver as a module, choose M here: the + module will be called retu_wdt. + # AVR32 Architecture config AT32AP700X_WDT |