diff options
author | Gilles Gigan <gilles.gigan@gmail.com> | 2007-10-31 09:31:42 +0300 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2007-12-04 19:48:06 +0300 |
commit | c4c283357d865aad1f124c069f5f6e3f39e76790 (patch) | |
tree | 261561355eb90e63f5880f93b0c4e07f9559941c /drivers/watchdog/Makefile | |
parent | 783e6bcde4e6a7c849fa5fa7f35b0fba721ac5f4 (diff) | |
download | linux-c4c283357d865aad1f124c069f5f6e3f39e76790.tar.xz |
[WATCHDOG] add Nano 7240 driver
Adds support for the built-in watchdog on EPIC Nano 7240 boards from IEI.
Tested on Nano-7240RS.
Hardware documentation of the platform (including watchdog) can be found
on the IEI website: http://www.ieiworld.com
Signed-off-by: Gilles Gigan <gilles.gigan@gmail.com>
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 e4779f76b1ed..87483cc63252 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile @@ -72,6 +72,7 @@ obj-$(CONFIG_SCx200_WDT) += scx200_wdt.o obj-$(CONFIG_PC87413_WDT) += pc87413_wdt.o obj-$(CONFIG_60XX_WDT) += sbc60xxwdt.o obj-$(CONFIG_SBC8360_WDT) += sbc8360.o +obj-$(CONFIG_SBC7240_WDT) += sbc7240_wdt.o obj-$(CONFIG_CPU5_WDT) += cpu5wdt.o obj-$(CONFIG_SMSC37B787_WDT) += smsc37b787_wdt.o obj-$(CONFIG_W83627HF_WDT) += w83627hf_wdt.o |