Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163616
b: refs/heads/master
c: 502a010
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Wim Van Sebroeck committed Sep 18, 2009
1 parent e4dc0bb commit 945eb2f
Show file tree
Hide file tree
Showing 5 changed files with 502 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: 0400e3134b03336617138f9ebf2cd0f117ceef20
refs/heads/master: 502a0106b2cc31940f690dc6693fddfd3b97cab5
7 changes: 7 additions & 0 deletions trunk/drivers/watchdog/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ config SOFT_WATCHDOG
To compile this driver as a module, choose M here: the
module will be called softdog.

config WM831X_WATCHDOG
tristate "WM831x watchdog"
depends on MFD_WM831X
help
Support for the watchdog in the WM831x AudioPlus PMICs. When
the watchdog triggers the system will be reset.

config WM8350_WATCHDOG
tristate "WM8350 watchdog"
depends on MFD_WM8350
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/watchdog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,6 @@ obj-$(CONFIG_WATCHDOG_CP1XXX) += cpwd.o
# XTENSA Architecture

# Architecture Independant
obj-$(CONFIG_WM831X_WATCHDOG) += wm831x_wdt.o
obj-$(CONFIG_WM8350_WATCHDOG) += wm8350_wdt.o
obj-$(CONFIG_SOFT_WATCHDOG) += softdog.o
Loading

0 comments on commit 945eb2f

Please sign in to comment.