diff options
author | Ian E. Morgan <imorgan@webcon.ca> | 2005-09-01 16:49:17 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2005-09-11 16:14:27 -0400 |
commit | 3809ad384af43ad883f47ee22a6faa33cedd61bc (patch) | |
tree | 3e99fc14554105ad5d4b9fe3ebf414480d773845 /drivers/char/watchdog/Kconfig | |
parent | 266aa1c4b3d004123d330eb412cc26a3d10f9029 (diff) |
[WATCHDOG] New SBC8360 watchdog driver (revised)
New SBC8360 watchdog driver patch
From: Ian E. Morgan <imorgan@webcon.ca>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Diffstat (limited to 'drivers/char/watchdog/Kconfig')
-rw-r--r-- | drivers/char/watchdog/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig index 5f93452188bd..e18a4102163f 100644 --- a/drivers/char/watchdog/Kconfig +++ b/drivers/char/watchdog/Kconfig | |||
@@ -309,6 +309,19 @@ config 60XX_WDT | |||
309 | You can compile this driver directly into the kernel, or use | 309 | You can compile this driver directly into the kernel, or use |
310 | it as a module. The module will be called sbc60xxwdt. | 310 | it as a module. The module will be called sbc60xxwdt. |
311 | 311 | ||
312 | config SBC8360_WDT | ||
313 | tristate "SBC8360 Watchdog Timer" | ||
314 | depends on WATCHDOG && X86 | ||
315 | ---help--- | ||
316 | |||
317 | This is the driver for the hardware watchdog on the SBC8360 Single | ||
318 | Board Computer produced by Axiomtek Co., Ltd. (www.axiomtek.com). | ||
319 | |||
320 | To compile this driver as a module, choose M here: the | ||
321 | module will be called sbc8360.ko. | ||
322 | |||
323 | Most people will say N. | ||
324 | |||
312 | config CPU5_WDT | 325 | config CPU5_WDT |
313 | tristate "SMA CPU5 Watchdog" | 326 | tristate "SMA CPU5 Watchdog" |
314 | depends on WATCHDOG && X86 | 327 | depends on WATCHDOG && X86 |