diff options
author | Joshua Henderson <joshua.henderson@microchip.com> | 2016-02-26 12:19:28 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-05-13 08:02:12 -0400 |
commit | 8f91fc56bc439a5baefae598040d263f48526596 (patch) | |
tree | 5b995b65dddcfdac695490d2f769ae3ce1320c77 /drivers/watchdog/Kconfig | |
parent | 80c2902b3f1b458d4f99e4355fb48e8616d9a088 (diff) |
watchdog: pic32-wdt: Add PIC32 watchdog driver
Add support for the watchdog peripheral found on PIC32 class
devices.
Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com>
Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Kumar Gala <galak@codeaurora.org>
Cc: Wim Van Sebroeck <wim@iguana.be>
Cc: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Cc: linux-watchdog@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/12701/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index fb947655badd..42408a61255c 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -1475,6 +1475,19 @@ config MT7621_WDT | |||
1475 | help | 1475 | help |
1476 | Hardware driver for the Mediatek/Ralink MT7621/8 SoC Watchdog Timer. | 1476 | Hardware driver for the Mediatek/Ralink MT7621/8 SoC Watchdog Timer. |
1477 | 1477 | ||
1478 | config PIC32_WDT | ||
1479 | tristate "Microchip PIC32 hardware watchdog" | ||
1480 | select WATCHDOG_CORE | ||
1481 | depends on MACH_PIC32 | ||
1482 | help | ||
1483 | Watchdog driver for the built in watchdog hardware in a PIC32. | ||
1484 | |||
1485 | Configuration bits must be set appropriately for the watchdog to be | ||
1486 | controlled by this driver. | ||
1487 | |||
1488 | To compile this driver as a loadable module, choose M here. | ||
1489 | The module will be called pic32-wdt. | ||
1490 | |||
1478 | # PARISC Architecture | 1491 | # PARISC Architecture |
1479 | 1492 | ||
1480 | # POWERPC Architecture | 1493 | # POWERPC Architecture |