aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/watchdog/Kconfig
diff options
context:
space:
mode:
authorVladimir Barinov <vbarinov@ru.mvista.com>2007-06-12 18:09:50 +0400
committerWim Van Sebroeck <wim@iguana.be>2007-07-23 17:22:21 +0000
commit7d831bf59a6991f399170bd2934dad4450891024 (patch)
treee0e6d8e5f51f00b3e4a725a32d1153abe81831bb /drivers/char/watchdog/Kconfig
parent[WATCHDOG] Blackfin on-chip watchdog driver (diff)
downloadlinux-dev-7d831bf59a6991f399170bd2934dad4450891024.tar.xz
linux-dev-7d831bf59a6991f399170bd2934dad4450891024.zip
[WATCHDOG] davinci watchdog driver
Add watchdog support for TI Davinci DM644x/DM646x processors. Signed-off-by: Vladimir Barinov <vbarinov@ru.mvista.com> Signed-off-by: Kevin Hilman <khilman@mvista.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/char/watchdog/Kconfig')
-rw-r--r--drivers/char/watchdog/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig
index 2dfaf969f1a9..d9c2eb055f0e 100644
--- a/drivers/char/watchdog/Kconfig
+++ b/drivers/char/watchdog/Kconfig
@@ -203,6 +203,18 @@ config IOP_WATCHDOG
operating as an Root Complex and/or Central Resource, the PCI-X
and/or PCIe busses will also be reset. THIS IS A VERY BIG HAMMER.
+config DAVINCI_WATCHDOG
+ tristate "DaVinci watchdog"
+ depends on WATCHDOG && ARCH_DAVINCI
+ help
+ Say Y here if to include support for the watchdog timer
+ in the DaVinci DM644x/DM646x processors.
+ To compile this driver as a module, choose M here: the
+ module will be called davinci_wdt.
+
+ NOTE: once enabled, this timer cannot be disabled.
+ Say N if you are unsure.
+
# AVR32 Architecture
config AT32AP700X_WDT