diff options
Diffstat (limited to 'drivers/char/watchdog/Kconfig')
-rw-r--r-- | drivers/char/watchdog/Kconfig | 10 |
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 | ||
237 | config 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 | |||
237 | config I8XX_TCO | 247 | config 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 |