diff options
author | Michal Simek | 2013-04-22 11:23:16 +0200 |
---|---|---|
committer | Michal Simek | 2013-04-30 11:22:43 +0200 |
commit | 0f21f98dd4d6bff72df4eeaca4163779896cb336 (patch) | |
tree | 796651fceccc2d19ce2ba1e38156491dca8d6b0c /doc | |
parent | 8848668e136cccb30229b5e1484d41e0b5a6830a (diff) |
watchdog: Add support for Xilinx Microblaze watchdog
Watchdog can be used on Microblaze, PPC and Zynq hw designs.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.watchdog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/README.watchdog b/doc/README.watchdog index ee65008b4be..33f31c21405 100644 --- a/doc/README.watchdog +++ b/doc/README.watchdog @@ -27,3 +27,6 @@ CONFIG_IMX_WATCHDOG Available for i.mx31/35/5x/6x to service the watchdog. This is not automatically set because some boards (vision2) still need to define their own hw_watchdog_reset routine. + +CONFIG_XILINX_TB_WATCHDOG + Available for Xilinx Axi platforms to service timebase watchdog timer. |