diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2016-04-01 13:56:23 +0200 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-05-14 18:15:40 +0200 |
commit | bd99b68ed7f96c9c845aad2a25f84145213058f2 (patch) | |
tree | ddb3e98613fb2be723e405cd5f7f1b89c344286f /drivers/watchdog/Makefile | |
parent | e26e74b15468b42c47cf9b045539720006abb1e4 (diff) | |
download | linux-bd99b68ed7f96c9c845aad2a25f84145213058f2.tar.bz2 |
watchdog: renesas-wdt: add driver
Add support for watchdogs (RWDT and SWDT) found on RCar Gen3 based SoCs
from Renesas.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
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 feb6270fdbde..2cbc9709852d 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile @@ -73,6 +73,7 @@ obj-$(CONFIG_DIGICOLOR_WATCHDOG) += digicolor_wdt.o obj-$(CONFIG_LPC18XX_WATCHDOG) += lpc18xx_wdt.o obj-$(CONFIG_BCM7038_WDT) += bcm7038_wdt.o obj-$(CONFIG_ATLAS7_WATCHDOG) += atlas7_wdt.o +obj-$(CONFIG_RENESAS_WDT) += renesas_wdt.o # AVR32 Architecture obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o |