aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian.fainelli@telecomint.eu>2008-02-25 13:11:31 +0100
committerWim Van Sebroeck <wim@iguana.be>2008-08-26 20:20:20 +0000
commit03ec58568a3c66cac4b23ff74db95c966a1521de (patch)
treea6c846dcd9afd72a3286e601dcd30255b5e43f20 /drivers/watchdog/Makefile
parent[WATCHDOG] Add support for the built-int RDC R-321x SoC watchdog (diff)
downloadlinux-dev-03ec58568a3c66cac4b23ff74db95c966a1521de.tar.xz
linux-dev-03ec58568a3c66cac4b23ff74db95c966a1521de.zip
[WATCHDOG] Add support for the IDT RC32434 watchdog
Add driver for the IDT RC32434 SoC built-in watchdog. Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu> 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 a88be6fdadfc..e0ef123fbdea 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -95,6 +95,7 @@ obj-$(CONFIG_SBC_EPX_C3_WATCHDOG) += sbc_epx_c3.o
# M68KNOMMU Architecture
# MIPS Architecture
+obj-$(CONFIG_RC32434_WDT) += rc32434_wdt.o
obj-$(CONFIG_INDYDOG) += indydog.o
obj-$(CONFIG_WDT_MTX1) += mtx-1_wdt.o
obj-$(CONFIG_WDT_RM9K_GPI) += rm9k_wdt.o