blob: 348b3b862c9940e0cedf54ebd6426574e5f41d82 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for the WatchDog device drivers.
3#
4
Wim Van Sebroeckbe3df0f2005-08-17 01:49:24 +02005# Only one watchdog can succeed. We probe the ISA/PCI/USB based
6# watchdog-cards first, then the architecture specific watchdog
7# drivers and then the architecture independant "softdog" driver.
8# This means that if your ISA/PCI/USB card isn't detected that
9# you can fall back to an architecture specific driver and if
10# that also fails then you can fall back to the software watchdog
11# to give you some cover.
12
13# ISA-based Watchdog Cards
Linus Torvalds1da177e2005-04-16 15:20:36 -070014obj-$(CONFIG_PCWATCHDOG) += pcwd.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070015obj-$(CONFIG_MIXCOMWD) += mixcomwd.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070016obj-$(CONFIG_WDT) += wdt.o
Wim Van Sebroeckbe3df0f2005-08-17 01:49:24 +020017
18# PCI-based Watchdog Cards
19obj-$(CONFIG_PCIPCWATCHDOG) += pcwd_pci.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070020obj-$(CONFIG_WDTPCI) += wdt_pci.o
Wim Van Sebroeckbe3df0f2005-08-17 01:49:24 +020021
22# USB-based Watchdog Cards
23obj-$(CONFIG_USBPCWATCHDOG) += pcwd_usb.o
24
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +000025# ALPHA Architecture
26
Wim Van Sebroeckbe3df0f2005-08-17 01:49:24 +020027# ARM Architecture
Andrew Victorbdcff342006-09-26 17:49:30 +020028obj-$(CONFIG_AT91RM9200_WATCHDOG) += at91rm9200_wdt.o
Renaud CERRATOe6bb42e2008-06-23 17:05:49 +020029obj-$(CONFIG_AT91SAM9X_WATCHDOG) += at91sam9_wdt.o
Komal Shah7768a132006-09-29 01:59:18 -070030obj-$(CONFIG_OMAP_WATCHDOG) += omap_wdt.o
Timo Kokkonen80e45b12009-03-27 16:42:17 +020031obj-$(CONFIG_TWL4030_WATCHDOG) += twl4030_wdt.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070032obj-$(CONFIG_21285_WATCHDOG) += wdt285.o
33obj-$(CONFIG_977_WATCHDOG) += wdt977.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070034obj-$(CONFIG_IXP2000_WATCHDOG) += ixp2000_wdt.o
Wim Van Sebroeck09c8a9a2005-09-03 13:46:56 +020035obj-$(CONFIG_IXP4XX_WATCHDOG) += ixp4xx_wdt.o
Andrew Victorccb8f432007-05-14 14:45:25 +020036obj-$(CONFIG_KS8695_WATCHDOG) += ks8695_wdt.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070037obj-$(CONFIG_S3C2410_WATCHDOG) += s3c2410_wdt.o
38obj-$(CONFIG_SA1100_WATCHDOG) += sa1100_wdt.o
Russell Kingb9d36b82005-09-12 22:56:56 +010039obj-$(CONFIG_MPCORE_WATCHDOG) += mpcore_wdt.o
Alessandro Zummof52ac8f2006-03-25 03:06:37 -080040obj-$(CONFIG_EP93XX_WATCHDOG) += ep93xx_wdt.o
Vitaly Wool9325fa32006-06-26 19:31:49 +040041obj-$(CONFIG_PNX4008_WATCHDOG) += pnx4008_wdt.o
Dan Williams70c14ff2007-07-20 02:07:26 +010042obj-$(CONFIG_IOP_WATCHDOG) += iop_wdt.o
Vladimir Barinov7d831bf2007-06-12 18:09:50 +040043obj-$(CONFIG_DAVINCI_WATCHDOG) += davinci_wdt.o
Nicolas Pitre3b937a72009-06-01 13:56:02 -040044obj-$(CONFIG_ORION_WATCHDOG) += orion_wdt.o
Linus Walleij01480702009-05-06 15:35:40 +020045obj-$(CONFIG_COH901327_WATCHDOG) += coh901327_wdt.o
dmitry pervushinaccde162009-06-03 20:21:21 +040046obj-$(CONFIG_STMP3XXX_WATCHDOG) += stmp3xxx_wdt.o
Wan ZongShun0400e312009-08-17 18:00:01 +080047obj-$(CONFIG_NUC900_WATCHDOG) += nuc900_wdt.o
Wim Van Sebroeckbe3df0f2005-08-17 01:49:24 +020048
Hans-Christian Egtvedta9cb3952007-06-07 16:06:41 -070049# AVR32 Architecture
50obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o
51
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +000052# BLACKFIN Architecture
Bryan Wu1e6d3202007-07-15 02:50:02 +080053obj-$(CONFIG_BFIN_WDT) += bfin_wdt.o
54
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +000055# CRIS Architecture
56
57# FRV Architecture
58
59# H8300 Architecture
60
Wim Van Sebroeckbe3df0f2005-08-17 01:49:24 +020061# X86 (i386 + ia64 + x86_64) Architecture
62obj-$(CONFIG_ACQUIRE_WDT) += acquirewdt.o
63obj-$(CONFIG_ADVANTECH_WDT) += advantechwdt.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070064obj-$(CONFIG_ALIM1535_WDT) += alim1535_wdt.o
Wim Van Sebroeckbe3df0f2005-08-17 01:49:24 +020065obj-$(CONFIG_ALIM7101_WDT) += alim7101_wdt.o
Jordan Crouse0b360862008-01-21 10:07:00 -070066obj-$(CONFIG_GEODE_WDT) += geodewdt.o
Wim Van Sebroeckbe3df0f2005-08-17 01:49:24 +020067obj-$(CONFIG_SC520_WDT) += sc520_wdt.o
Denis Turischev3a5f9002009-07-21 13:13:29 +030068obj-$(CONFIG_SBC_FITPC2_WATCHDOG) += sbc_fitpc2_wdt.o
Wim Van Sebroeckbe3df0f2005-08-17 01:49:24 +020069obj-$(CONFIG_EUROTECH_WDT) += eurotechwdt.o
70obj-$(CONFIG_IB700_WDT) += ib700wdt.o
Andrey Panind5321342005-08-19 23:15:11 +020071obj-$(CONFIG_IBMASR) += ibmasr.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070072obj-$(CONFIG_WAFER_WDT) += wafer5823wdt.o
David Hardemancc90ef02005-08-17 09:07:44 +020073obj-$(CONFIG_I6300ESB_WDT) += i6300esb.o
Jean Delvared6efcab2008-08-08 10:29:21 +020074obj-$(CONFIG_ITCO_WDT) += iTCO_wdt.o
75ifeq ($(CONFIG_ITCO_VENDOR_SUPPORT),y)
76obj-$(CONFIG_ITCO_WDT) += iTCO_vendor_support.o
77endif
Jorge Boncompte [DTI2]38ff6fd2007-11-19 15:09:21 +010078obj-$(CONFIG_IT8712F_WDT) += it8712f_wdt.o
Oliver Schustere1fee942008-03-05 16:48:45 +010079obj-$(CONFIG_IT87_WDT) += it87_wdt.o
Thomas Mingarelli7f4da472007-12-04 17:41:54 +000080obj-$(CONFIG_HP_WATCHDOG) += hpwdt.o
Wim Van Sebroeckbe3df0f2005-08-17 01:49:24 +020081obj-$(CONFIG_SC1200_WDT) += sc1200wdt.o
82obj-$(CONFIG_SCx200_WDT) += scx200_wdt.o
Sven Anders & Marcus Junker789fc0a2006-08-24 17:11:50 +020083obj-$(CONFIG_PC87413_WDT) += pc87413_wdt.o
Florian Fainellib3e8f2c2008-02-25 12:59:26 +010084obj-$(CONFIG_RDC321X_WDT) += rdc321x_wdt.o
Wim Van Sebroeckbe3df0f2005-08-17 01:49:24 +020085obj-$(CONFIG_60XX_WDT) += sbc60xxwdt.o
Ian E. Morgan3809ad32005-09-01 22:49:17 +020086obj-$(CONFIG_SBC8360_WDT) += sbc8360.o
Gilles Giganc4c28332007-10-31 16:31:42 +100087obj-$(CONFIG_SBC7240_WDT) += sbc7240_wdt.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070088obj-$(CONFIG_CPU5_WDT) += cpu5wdt.o
Wim Van Sebroeck4c6e63b2008-10-22 08:59:25 +000089obj-$(CONFIG_SMSC_SCH311X_WDT) += sch311x_wdt.o
Sven Anders485ae772006-08-24 17:11:50 +020090obj-$(CONFIG_SMSC37B787_WDT) += smsc37b787_wdt.o
Wim Van Sebroeckbe3df0f2005-08-17 01:49:24 +020091obj-$(CONFIG_W83627HF_WDT) += w83627hf_wdt.o
Marcus Junkerf9a8c892006-08-24 17:11:50 +020092obj-$(CONFIG_W83697HF_WDT) += w83697hf_wdt.o
Flemming Frandsen7d8b0902008-04-17 11:29:54 +020093obj-$(CONFIG_W83697UG_WDT) += w83697ug_wdt.o
Wim Van Sebroeckbe3df0f2005-08-17 01:49:24 +020094obj-$(CONFIG_W83877F_WDT) += w83877f_wdt.o
Jose Miguel Goncalvesb4cc4aa2005-09-06 17:05:30 -070095obj-$(CONFIG_W83977F_WDT) += w83977f_wdt.o
Wim Van Sebroeckbe3df0f2005-08-17 01:49:24 +020096obj-$(CONFIG_MACHZ_WDT) += machzwd.o
Calin A. Culianueed65652006-01-14 13:20:46 -080097obj-$(CONFIG_SBC_EPX_C3_WATCHDOG) += sbc_epx_c3.o
Wim Van Sebroeckbe3df0f2005-08-17 01:49:24 +020098
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +000099# M32R Architecture
100
101# M68K Architecture
102
103# M68KNOMMU Architecture
104
105# MIPS Architecture
matthieu castet90074dc2009-06-05 18:57:18 +0200106obj-$(CONFIG_BCM47XX_WDT) += bcm47xx_wdt.o
Florian Fainelli03ec5852008-02-25 13:11:31 +0100107obj-$(CONFIG_RC32434_WDT) += rc32434_wdt.o
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +0000108obj-$(CONFIG_INDYDOG) += indydog.o
Wim Van Sebroeck7944d3a2008-08-06 20:19:41 +0000109obj-$(CONFIG_WDT_MTX1) += mtx-1_wdt.o
Daniel Laird33c050c2008-11-05 16:46:49 +0100110obj-$(CONFIG_PNX833X_WDT) += pnx833x_wdt.o
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +0000111obj-$(CONFIG_WDT_RM9K_GPI) += rm9k_wdt.o
Andrew Sharp75c752e2007-12-13 16:16:42 -0800112obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o
Matteo Crocec283cf22007-09-20 18:06:41 +0200113obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
Atsushi Nemoto6f702fc2007-11-12 01:32:17 +0900114obj-$(CONFIG_TXX9_WDT) += txx9wdt.o
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +0000115
116# PARISC Architecture
117
118# POWERPC Architecture
Martyn Welch3268b562008-11-10 12:31:26 +0000119obj-$(CONFIG_GEF_WDT) += gef_wdt.o
Domen Puncer8cf18972007-06-18 08:17:57 +0200120obj-$(CONFIG_MPC5200_WDT) += mpc5200_wdt.o
Anton Vorontsov28acd022008-07-03 23:51:34 -0700121obj-$(CONFIG_8xxx_WDT) += mpc8xxx_wdt.o
James Chapman3be10212005-08-17 09:01:33 +0200122obj-$(CONFIG_MV64X60_WDT) += mv64x60_wdt.o
Sean MacLennan618efba2008-09-23 20:26:26 -0400123obj-$(CONFIG_PIKA_WDT) += pika_wdt.o
Wim Van Sebroeck180536f2005-09-10 20:53:57 +0200124obj-$(CONFIG_BOOKE_WDT) += booke_wdt.o
Wim Van Sebroeck09c8a9a2005-09-03 13:46:56 +0200125
126# PPC64 Architecture
Utz Bacher031f7ed2005-06-23 09:43:34 +1000127obj-$(CONFIG_WATCHDOG_RTAS) += wdrtas.o
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128
Wim Van Sebroeckbe3df0f2005-08-17 01:49:24 +0200129# S390 Architecture
130
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +0000131# SUPERH (sh + sh64) Architecture
Wim Van Sebroeckbe3df0f2005-08-17 01:49:24 +0200132obj-$(CONFIG_SH_WDT) += shwdt.o
133
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +0000134# SPARC Architecture
135
Wim Van Sebroeckbe3df0f2005-08-17 01:49:24 +0200136# SPARC64 Architecture
137
David S. Miller957183f2008-08-29 15:40:24 -0700138obj-$(CONFIG_WATCHDOG_RIO) += riowd.o
David S. Miller8ab0dc32008-08-29 17:07:01 -0700139obj-$(CONFIG_WATCHDOG_CP1XXX) += cpwd.o
David S. Miller957183f2008-08-29 15:40:24 -0700140
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +0000141# XTENSA Architecture
142
Wim Van Sebroeckbe3df0f2005-08-17 01:49:24 +0200143# Architecture Independant
Mark Brown502a01062009-07-27 14:46:12 +0100144obj-$(CONFIG_WM831X_WATCHDOG) += wm831x_wdt.o
Mark Brown006948b2008-11-06 10:56:21 +0000145obj-$(CONFIG_WM8350_WATCHDOG) += wm8350_wdt.o
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146obj-$(CONFIG_SOFT_WATCHDOG) += softdog.o