aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorViresh KUMAR <viresh.kumar@st.com>2010-08-04 11:44:14 +0530
committerWim Van Sebroeck <wim@iguana.be>2010-08-08 18:22:25 +0000
commit4a370278e1041d4c62719bcd773e9c620e775901 (patch)
tree7e73fd2a222bc5c35070e59d7c021cca23d142ed /drivers/watchdog/Makefile
parentwatchdog: f71808e_wdt: new watchdog driver for Fintek F71808E and F71882FG (diff)
downloadlinux-dev-4a370278e1041d4c62719bcd773e9c620e775901.tar.xz
linux-dev-4a370278e1041d4c62719bcd773e9c620e775901.zip
watchdog: Adding support for ARM Primecell SP805 Watchdog
Technical Reference Manual can be found at: http://infocenter.arm.com/help/topic/com.arm.doc.ddi0270b/DDI0270.pdf Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r--drivers/watchdog/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile
index 0010ae55556a..8374503fcc6a 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -25,6 +25,7 @@ obj-$(CONFIG_USBPCWATCHDOG) += pcwd_usb.o
# ALPHA Architecture
# ARM Architecture
+obj-$(CONFIG_ARM_SP805_WATCHDOG) += sp805_wdt.o
obj-$(CONFIG_AT91RM9200_WATCHDOG) += at91rm9200_wdt.o
obj-$(CONFIG_AT91SAM9X_WATCHDOG) += at91sam9_wdt.o
obj-$(CONFIG_OMAP_WATCHDOG) += omap_wdt.o