aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2012-12-27 15:58:29 -0500
committerWim Van Sebroeck <wim@iguana.be>2013-03-01 06:31:14 -0500
commit3d3a6d18abc66ba38e554fd5cb5991dfa805cd23 (patch)
tree588d6d86b6ce6aaed3198a482657398546d98ca3 /drivers/watchdog/Kconfig
parentd1ec74ab5a48d794c5e3671a895d49d162d0f916 (diff)
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/Kconfig12
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
377 To compile this driver as a module, choose M here: the 377 To compile this driver as a module, choose M here: the
378 module will be called ux500_wdt. 378 module will be called ux500_wdt.
379 379
380config RETU_WATCHDOG
381 tristate "Retu watchdog"
382 depends on MFD_RETU
383 select WATCHDOG_CORE
384 help
385 Retu watchdog driver for Nokia Internet Tablets (770, N800,
386 N810). At least on N800 the watchdog cannot be disabled, so
387 this driver is essential and you should enable it.
388
389 To compile this driver as a module, choose M here: the
390 module will be called retu_wdt.
391
380# AVR32 Architecture 392# AVR32 Architecture
381 393
382config AT32AP700X_WDT 394config AT32AP700X_WDT