aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/watchdog/Kconfig
diff options
context:
space:
mode:
authorWim Van Sebroeck <wim@iguana.be>2007-06-18 16:49:35 -0400
committerWim Van Sebroeck <wim@iguana.be>2007-07-05 01:31:27 -0400
commit726c9f611a4079b5265e7ede1d66ed455ac6343c (patch)
treebc9fd4c2fd8d6670ee0df0fc30b3367c02292562 /drivers/char/watchdog/Kconfig
parentc0ead7e0ff996f0cfa91a73fa674fdca5c05798a (diff)
[WATCHDOG] at32ap700x_wdt.c - timeout module parameter patch
integrate the timeout/heartbeat as a module parameter and not as a CONFIG_* value. Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com> Cc: Haavard Skinnemoen <hskinnemoen@atmel.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be> Cc: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'drivers/char/watchdog/Kconfig')
-rw-r--r--drivers/char/watchdog/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig
index 520afb8e5234..2f48ba329961 100644
--- a/drivers/char/watchdog/Kconfig
+++ b/drivers/char/watchdog/Kconfig
@@ -196,17 +196,6 @@ config AT32AP700X_WDT
196 Watchdog timer embedded into AT32AP700x devices. This will reboot 196 Watchdog timer embedded into AT32AP700x devices. This will reboot
197 your system when the timeout is reached. 197 your system when the timeout is reached.
198 198
199config AT32AP700X_WDT_TIMEOUT
200 int "Timeout value for AT32AP700x watchdog"
201 depends on AT32AP700X_WDT
202 default "2"
203 range 1 2
204 help
205 Sets the timeout value for the watchdog in AT32AP700x devices.
206 Limited by hardware to be 1 or 2 seconds.
207
208 Set to 2 seconds by default.
209
210# X86 (i386 + ia64 + x86_64) Architecture 199# X86 (i386 + ia64 + x86_64) Architecture
211 200
212config ACQUIRE_WDT 201config ACQUIRE_WDT