summaryrefslogtreecommitdiff
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorRebecca Schultz Zavin <rebecca@android.com>2011-01-11 15:35:47 -0800
committerRebecca Schultz Zavin <rebecca@android.com>2011-01-11 15:49:02 -0800
commit8df53e45999fa918c6955d9d103d3ac26c6c5ca4 (patch)
treef5356f7075d6e65d4e0cadfad1442e9613a17c1a /drivers/watchdog/Kconfig
parenta8075881c192e3ef56a5160d8e2f5eabbd01983c (diff)
watchdog: tegra_wdt: Several changes to watchdog driver
Add a config option to enable the watchdog driver from probe Reduce the default timeout to 30 seconds Read the reset reason and print a messge if the last reboot was due to watchdog reset Change-Id: I7500ef236089b06ffcff3d8e7d86a5b9060b59cb Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 1addd785739a..f775da5a1be5 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -205,6 +205,12 @@ config TEGRA_WATCHDOG
To compile this driver as a module, choose M here: the
module will be called tegra_wdt.
+config TEGRA_WATCHDOG_ENABLE_ON_PROBE
+ tristate "Tegra watchdog"
+ depends on ARCH_TEGRA && TEGRA_WATCHDOG
+ help
+ Say Y here to enable the tegra watchdog at driver
+ probe time, rather than when the device is opened.
config EP93XX_WATCHDOG
tristate "EP93xx Watchdog"