diff options
author | Florian Fainelli <florian.fainelli@telecomint.eu> | 2008-02-25 13:11:31 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-08-26 20:20:20 +0000 |
commit | 03ec58568a3c66cac4b23ff74db95c966a1521de (patch) | |
tree | a6c846dcd9afd72a3286e601dcd30255b5e43f20 /drivers/watchdog/Makefile | |
parent | b3e8f2c13ae964a8889fe96a2f3f7fd7e0cfae76 (diff) |
[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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile index a88be6fdadf..e0ef123fbde 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 |