Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261099
b: refs/heads/master
c: e9659e6
h: refs/heads/master
i:
  261097: 96e8afc
  261095: 800bc01
v: v3
  • Loading branch information
Alejandro Cabrera authored and Wim Van Sebroeck committed Jul 26, 2011
1 parent 35a9c1b commit a906904
Show file tree
Hide file tree
Showing 4 changed files with 451 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: 2fc5d52b212b58a5b48af19d85cb60971aa1aa4b
refs/heads/master: e9659e69b0094ea2cc92716e2b1cd6a7db9caf2e
14 changes: 14 additions & 0 deletions trunk/drivers/watchdog/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,20 @@ config M54xx_WATCHDOG
To compile this driver as a module, choose M here: the
module will be called m54xx_wdt.

# MicroBlaze Architecture

config XILINX_WATCHDOG
tristate "Xilinx Watchdog timer"
depends on MICROBLAZE
---help---
Watchdog driver for the xps_timebase_wdt ip core.

IMPORTANT: The xps_timebase_wdt parent must have the property
"clock-frequency" at device tree.

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

# MIPS Architecture

config ATH79_WDT
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/watchdog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ obj-$(CONFIG_INTEL_SCU_WATCHDOG) += intel_scu_watchdog.o
# M68K Architecture
obj-$(CONFIG_M54xx_WATCHDOG) += m54xx_wdt.o

# MicroBlaze Architecture
obj-$(CONFIG_XILINX_WATCHDOG) += of_xilinx_wdt.o

# MIPS Architecture
obj-$(CONFIG_ATH79_WDT) += ath79_wdt.o
obj-$(CONFIG_BCM47XX_WDT) += bcm47xx_wdt.o
Expand Down
Loading

0 comments on commit a906904

Please sign in to comment.