diff options
author | Bryan Wu <bryan.wu@analog.com> | 2007-07-14 14:50:02 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2007-07-23 12:55:20 -0400 |
commit | 1e6d320f40685694708cef872edb10f4f9175989 (patch) | |
tree | 881ec512b694b589dc5662732b666c8a73f068d0 /drivers/char/watchdog/Kconfig | |
parent | 8cf18971ec6ad96cce4a9eb896047581985cf99e (diff) |
[WATCHDOG] Blackfin on-chip watchdog driver
This patch implements the driver necessary use the Analog Devices
Blackfin processor's on-chip watchdog controller, supports
BF53[123]/BF53[467]/BF54[2489]/BF561.
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/char/watchdog/Kconfig')
-rw-r--r-- | drivers/char/watchdog/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig index 442e9eedff29..2dfaf969f1a9 100644 --- a/drivers/char/watchdog/Kconfig +++ b/drivers/char/watchdog/Kconfig | |||
@@ -212,6 +212,19 @@ config AT32AP700X_WDT | |||
212 | Watchdog timer embedded into AT32AP700x devices. This will reboot | 212 | Watchdog timer embedded into AT32AP700x devices. This will reboot |
213 | your system when the timeout is reached. | 213 | your system when the timeout is reached. |
214 | 214 | ||
215 | # Blackfin Architecture | ||
216 | |||
217 | config BFIN_WDT | ||
218 | tristate "Blackfin On-Chip Watchdog Timer" | ||
219 | depends on WATCHDOG && BLACKFIN | ||
220 | ---help--- | ||
221 | If you say yes here you will get support for the Blackfin On-Chip | ||
222 | Watchdog Timer. If you have one of these processors and wish to | ||
223 | have watchdog support enabled, say Y, otherwise say N. | ||
224 | |||
225 | To compile this driver as a module, choose M here: the | ||
226 | module will be called bfin_wdt. | ||
227 | |||
215 | # X86 (i386 + ia64 + x86_64) Architecture | 228 | # X86 (i386 + ia64 + x86_64) Architecture |
216 | 229 | ||
217 | config ACQUIRE_WDT | 230 | config ACQUIRE_WDT |