diff options
author | Alejandro Cabrera <aldaya@gmail.com> | 2011-06-02 17:13:11 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2011-07-26 17:21:29 -0400 |
commit | e9659e69b0094ea2cc92716e2b1cd6a7db9caf2e (patch) | |
tree | 88dc8beacafc80a19093979ac0d2e7eb45799200 /drivers/watchdog/Kconfig | |
parent | 2fc5d52b212b58a5b48af19d85cb60971aa1aa4b (diff) |
watchdog: Add Xilinx watchdog timer driver
Watchdog timer device driver for Xilinx xps_timebase_wdt compatible ip cores.
It takes watchdog timer configuration from device tree and it needs that its
parent has defined the property "clock-frecuency".
It is compatible with watchdog timer kernel API, so user apps like watchdogd
may talk with it.
Signed-off-by: Alejandro Cabrera <aldaya@gmail.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index df6b8ff26c9d..0635e72e0794 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -888,6 +888,20 @@ config M54xx_WATCHDOG | |||
888 | To compile this driver as a module, choose M here: the | 888 | To compile this driver as a module, choose M here: the |
889 | module will be called m54xx_wdt. | 889 | module will be called m54xx_wdt. |
890 | 890 | ||
891 | # MicroBlaze Architecture | ||
892 | |||
893 | config XILINX_WATCHDOG | ||
894 | tristate "Xilinx Watchdog timer" | ||
895 | depends on MICROBLAZE | ||
896 | ---help--- | ||
897 | Watchdog driver for the xps_timebase_wdt ip core. | ||
898 | |||
899 | IMPORTANT: The xps_timebase_wdt parent must have the property | ||
900 | "clock-frequency" at device tree. | ||
901 | |||
902 | To compile this driver as a module, choose M here: the | ||
903 | module will be called of_xilinx_wdt. | ||
904 | |||
891 | # MIPS Architecture | 905 | # MIPS Architecture |
892 | 906 | ||
893 | config ATH79_WDT | 907 | config ATH79_WDT |