Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8808
b: refs/heads/master
c: d532134
h: refs/heads/master
v: v3
  • Loading branch information
Andrey Panin authored and Wim Van Sebroeck committed Sep 11, 2005
1 parent 216d930 commit c3b9275
Show file tree
Hide file tree
Showing 4 changed files with 419 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: abda5c8bd20d3bd42718b0438b8a81a73ffa4372
refs/heads/master: d532134d4cad1da0ad0efc1d5db9f74475df80c6
10 changes: 10 additions & 0 deletions trunk/drivers/char/watchdog/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,16 @@ config IB700_WDT

Most people will say N.

config IBMASR
tristate "IBM Automatic Server Restart"
depends on WATCHDOG && X86
help
This is the driver for the IBM Automatic Server Restart watchdog
timer builtin into some eServer xSeries machines.

To compile this driver as a module, choose M here: the
module will be called ibmasr.

config WAFER_WDT
tristate "ICP Wafer 5823 Single Board Computer Watchdog"
depends on WATCHDOG && X86
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/char/watchdog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ obj-$(CONFIG_ALIM7101_WDT) += alim7101_wdt.o
obj-$(CONFIG_SC520_WDT) += sc520_wdt.o
obj-$(CONFIG_EUROTECH_WDT) += eurotechwdt.o
obj-$(CONFIG_IB700_WDT) += ib700wdt.o
obj-$(CONFIG_IBMASR) += ibmasr.o
obj-$(CONFIG_WAFER_WDT) += wafer5823wdt.o
obj-$(CONFIG_I6300ESB_WDT) += i6300esb.o
obj-$(CONFIG_I8XX_TCO) += i8xx_tco.o
Expand Down
Loading

0 comments on commit c3b9275

Please sign in to comment.