commit | 8f91fc56bc439a5baefae598040d263f48526596 | [log] [tgz] |
---|---|---|
author | Joshua Henderson <[email protected]> | Fri Feb 26 10:19:28 2016 -0700 |
committer | Ralf Baechle <[email protected]> | Fri May 13 14:02:12 2016 +0200 |
tree | 5b995b65dddcfdac695490d2f769ae3ce1320c77 | |
parent | 80c2902b3f1b458d4f99e4355fb48e8616d9a088 [diff] [blame] |
watchdog: pic32-wdt: Add PIC32 watchdog driver Add support for the watchdog peripheral found on PIC32 class devices. Signed-off-by: Joshua Henderson <[email protected]> Signed-off-by: Purna Chandra Mandal <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Cc: Rob Herring <[email protected]> Cc: Pawel Moll <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Ian Campbell <[email protected]> Cc: Kumar Gala <[email protected]> Cc: Wim Van Sebroeck <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/12701/ Signed-off-by: Ralf Baechle <[email protected]>
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index fb947655..42408a6 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig
@@ -1475,6 +1475,19 @@ help Hardware driver for the Mediatek/Ralink MT7621/8 SoC Watchdog Timer. +config PIC32_WDT + tristate "Microchip PIC32 hardware watchdog" + select WATCHDOG_CORE + depends on MACH_PIC32 + help + Watchdog driver for the built in watchdog hardware in a PIC32. + + Configuration bits must be set appropriately for the watchdog to be + controlled by this driver. + + To compile this driver as a loadable module, choose M here. + The module will be called pic32-wdt. + # PARISC Architecture # POWERPC Architecture