diff options
| author | Giel van Schijndel <me@mortis.eu> | 2010-08-01 09:30:55 -0400 |
|---|---|---|
| committer | Wim Van Sebroeck <wim@iguana.be> | 2010-08-08 14:21:42 -0400 |
| commit | 96cb4eb019ce3185ec0d946a74b5a2202f5067c9 (patch) | |
| tree | 765d9a665d3dfa6b97957393ad4cf33a74999bcd /drivers/watchdog/Makefile | |
| parent | 4c4b638e3718344e4caeb157cfbfde1b6a7b1562 (diff) | |
watchdog: f71808e_wdt: new watchdog driver for Fintek F71808E and F71882FG
Add a new watchdog driver for the Fintek F71808E and F71882FG Super I/O
controllers.
Signed-off-by: Giel van Schijndel <me@mortis.eu>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Makefile')
| -rw-r--r-- | drivers/watchdog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile index e30289a5e367..0010ae55556a 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile | |||
| @@ -66,6 +66,7 @@ obj-$(CONFIG_ACQUIRE_WDT) += acquirewdt.o | |||
| 66 | obj-$(CONFIG_ADVANTECH_WDT) += advantechwdt.o | 66 | obj-$(CONFIG_ADVANTECH_WDT) += advantechwdt.o |
| 67 | obj-$(CONFIG_ALIM1535_WDT) += alim1535_wdt.o | 67 | obj-$(CONFIG_ALIM1535_WDT) += alim1535_wdt.o |
| 68 | obj-$(CONFIG_ALIM7101_WDT) += alim7101_wdt.o | 68 | obj-$(CONFIG_ALIM7101_WDT) += alim7101_wdt.o |
| 69 | obj-$(CONFIG_F71808E_WDT) += f71808e_wdt.o | ||
| 69 | obj-$(CONFIG_GEODE_WDT) += geodewdt.o | 70 | obj-$(CONFIG_GEODE_WDT) += geodewdt.o |
| 70 | obj-$(CONFIG_SC520_WDT) += sc520_wdt.o | 71 | obj-$(CONFIG_SC520_WDT) += sc520_wdt.o |
| 71 | obj-$(CONFIG_SBC_FITPC2_WATCHDOG) += sbc_fitpc2_wdt.o | 72 | obj-$(CONFIG_SBC_FITPC2_WATCHDOG) += sbc_fitpc2_wdt.o |
