Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107860
b: refs/heads/master
c: 28acd02
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov authored and Wim Van Sebroeck committed Aug 6, 2008
1 parent 29b9091 commit 1aeeeed
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 500c919e3d699644cc9d6c1e93022481baafd8e1
refs/heads/master: 28acd02f9f9efe44718de3bbe8be22d6dfb7e47f
11 changes: 9 additions & 2 deletions trunk/drivers/watchdog/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -695,9 +695,16 @@ config 8xx_WDT
tristate "MPC8xx Watchdog Timer"
depends on 8xx

config 83xx_WDT
tristate "MPC83xx/MPC86xx Watchdog Timer"
config 8xxx_WDT
tristate "MPC8xxx Platform Watchdog Timer"
depends on PPC_83xx || PPC_86xx
help
This driver is for a SoC level watchdog that exists on some
Freescale PowerPC processors. So far this driver supports:
- MPC83xx watchdogs
- MPC86xx watchdogs

For BookE processors (MPC85xx) use the BOOKE_WDT driver instead.

config MV64X60_WDT
tristate "MV64X60 (Marvell Discovery) Watchdog Timer"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ obj-$(CONFIG_TXX9_WDT) += txx9wdt.o
# POWERPC Architecture
obj-$(CONFIG_8xx_WDT) += mpc8xx_wdt.o
obj-$(CONFIG_MPC5200_WDT) += mpc5200_wdt.o
obj-$(CONFIG_83xx_WDT) += mpc83xx_wdt.o
obj-$(CONFIG_8xxx_WDT) += mpc8xxx_wdt.o
obj-$(CONFIG_MV64X60_WDT) += mv64x60_wdt.o
obj-$(CONFIG_BOOKE_WDT) += booke_wdt.o

Expand Down
File renamed without changes.

0 comments on commit 1aeeeed

Please sign in to comment.