diff options
author | Vitaly Wool <vitalywool@gmail.com> | 2006-06-26 19:31:49 +0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2006-10-02 23:02:37 +0200 |
commit | 9325fa36151fb9af39e697a6cd87e82667e2d8f9 (patch) | |
tree | ba1bbe83c6287e693109644e9b361f973baf1593 /drivers/char/watchdog/Kconfig | |
parent | 92dd9994c36fb83883585058232e082cb78b19c1 (diff) | |
download | blackbird-obmc-linux-9325fa36151fb9af39e697a6cd87e82667e2d8f9.tar.gz blackbird-obmc-linux-9325fa36151fb9af39e697a6cd87e82667e2d8f9.zip |
[WATCHDOG] pnx4008: add watchdog support
Add watchdog support for Philips PNX4008 ARM board inlined.
Signed-off-by: Vitaly Wool <vitalywool@gmail.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/char/watchdog/Kconfig')
-rw-r--r-- | drivers/char/watchdog/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig index 77ab7e020da0..06f3fa2fe877 100644 --- a/drivers/char/watchdog/Kconfig +++ b/drivers/char/watchdog/Kconfig @@ -172,6 +172,17 @@ config OMAP_WATCHDOG Support for TI OMAP1610/OMAP1710/OMAP2420 watchdog. Say 'Y' here to enable the OMAP1610/OMAP1710 watchdog timer. +config PNX4008_WATCHDOG + tristate "PNX4008 Watchdog" + depends on WATCHDOG && ARCH_PNX4008 + help + Say Y here if to include support for the watchdog timer + in the PNX4008 processor. + This driver can be built as a module by choosing M. The module + will be called pnx4008_wdt. + + Say N if you are unsure. + # X86 (i386 + ia64 + x86_64) Architecture config ACQUIRE_WDT |