File tree Expand file tree Collapse file tree 4 files changed +463
-0
lines changed Expand file tree Collapse file tree 4 files changed +463
-0
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,13 @@ config EP93XX_WATCHDOG
165165 To compile this driver as a module, choose M here: the
166166 module will be called ep93xx_wdt.
167167
168+ config OMAP_WATCHDOG
169+ tristate "OMAP Watchdog"
170+ depends on WATCHDOG && (ARCH_OMAP16XX || ARCH_OMAP24XX)
171+ help
172+ Support for TI OMAP1610/OMAP1710/OMAP2420 watchdog. Say 'Y' here to
173+ enable the OMAP1610/OMAP1710 watchdog timer.
174+
168175# X86 (i386 + ia64 + x86_64) Architecture
169176
170177config ACQUIRE_WDT
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ obj-$(CONFIG_USBPCWATCHDOG) += pcwd_usb.o
2424
2525# ARM Architecture
2626obj-$(CONFIG_AT91_WATCHDOG) += at91_wdt.o
27+ obj-$(CONFIG_OMAP_WATCHDOG) += omap_wdt.o
2728obj-$(CONFIG_21285_WATCHDOG) += wdt285.o
2829obj-$(CONFIG_977_WATCHDOG) += wdt977.o
2930obj-$(CONFIG_IXP2000_WATCHDOG) += ixp2000_wdt.o
You can’t perform that action at this time.
0 commit comments