aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authordmitry pervushin <dpervushin@embeddedalley.com>2009-06-03 12:21:21 -0400
committerWim Van Sebroeck <wim@iguana.be>2009-06-20 14:40:32 -0400
commitaccde1684ff1ea607557fb7224d2dd57775117e1 (patch)
tree0dc6563daac1be6cc46ee425823f3c0aee6acea1 /drivers/watchdog/Kconfig
parent80e45b1e9edbca746618724d5b0a31500bdb6f39 (diff)
[WATCHDOG] Freescale STMP: watchdog driver
Add watchdog timer support for Freescale STMP3xxx boards Signed-off-by: Vitaly Wool <vital@embeddedalley.com> Signed-off-by: Dmitry Pervushin <dpervushin@embeddedalley.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index c4c2206d6f3..70d7f8cc06b 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -257,6 +257,15 @@ config TWL4030_WATCHDOG
257 Support for TI TWL4030 watchdog. Say 'Y' here to enable the 257 Support for TI TWL4030 watchdog. Say 'Y' here to enable the
258 watchdog timer support for TWL4030 chips. 258 watchdog timer support for TWL4030 chips.
259 259
260config STMP3XXX_WATCHDOG
261 tristate "Freescale STMP3XXX watchdog"
262 depends on ARCH_STMP3XXX
263 help
264 Say Y here if to include support for the watchdog timer
265 for the Sigmatel STMP37XX/378X SoC.
266 To compile this driver as a module, choose M here: the
267 module will be called stmp3xxx_wdt.
268
260# AVR32 Architecture 269# AVR32 Architecture
261 270
262config AT32AP700X_WDT 271config AT32AP700X_WDT