aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/watchdog/Kconfig
diff options
context:
space:
mode:
authorDavid Hardeman <david@2gen.com>2005-08-17 03:07:44 -0400
committerWim Van Sebroeck <wim@iguana.be>2005-09-11 15:39:45 -0400
commitcc90ef0f9b24d1b017c8cfa22db5195c17b5c968 (patch)
treefd36afe9e9293c5387487af01247ee4c3cdb48b7 /drivers/char/watchdog/Kconfig
parent3be10211abcb631ba9631274d6cfe6e5b1e8559c (diff)
[WATCHDOG] i6300esb.patch
I wrote earlier to the list[1] asking for a driver for the watchdog included in the 6300ESB chipset. I got a 2.4 driver via private email from Ross Biro which I've changed into what I hope resembles a 2.6 driver (which was done by looking a lot at the watchdog drivers already in the 2.6 tree). I've attached the result, and I'm hoping to get some feedback on the coding as a first step. I can't actually test it on the hardware right now as I won't have physical access until April. So my own tests have been limited to "compiles-without-warnings" and "can-be-insmodded-in-other-machine-without-oops". [1] http://marc.theaimsgroup.com/?l=linux-kernel&m=110711079825794&w=2 [2] http://marc.theaimsgroup.com/?l=linux-kernel&m=110711973917746&w=2 Signed-off-by: David Hardeman <david@2gen.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/char/watchdog/Kconfig')
-rw-r--r--drivers/char/watchdog/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig
index e8ad14d9a7fd..742c9c5bb1a6 100644
--- a/drivers/char/watchdog/Kconfig
+++ b/drivers/char/watchdog/Kconfig
@@ -234,6 +234,16 @@ config WAFER_WDT
234 To compile this driver as a module, choose M here: the 234 To compile this driver as a module, choose M here: the
235 module will be called wafer5823wdt. 235 module will be called wafer5823wdt.
236 236
237config I6300ESB_WDT
238 tristate "Intel 6300ESB Timer/Watchdog"
239 depends on WATCHDOG && X86 && PCI
240 ---help---
241 Hardware driver for the watchdog timer built into the Intel
242 6300ESB controller hub.
243
244 To compile this driver as a module, choose M here: the
245 module will be called i6300esb.
246
237config I8XX_TCO 247config I8XX_TCO
238 tristate "Intel i8xx TCO Timer/Watchdog" 248 tristate "Intel i8xx TCO Timer/Watchdog"
239 depends on WATCHDOG && (X86 || IA64) && PCI 249 depends on WATCHDOG && (X86 || IA64) && PCI