diff options
author | Justin Chen <justinpopo6@gmail.com> | 2015-08-31 11:02:43 -0700 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2015-10-27 16:12:02 +0100 |
commit | 7a3629fe999028e09bc96ccb0c9e22e0a9cf2725 (patch) | |
tree | 0bf070e8ed71e8e0110e6ebbe242267670518f25 /drivers/watchdog/Kconfig | |
parent | 5c5049dab955690d2b30e9397d128d4685211f74 (diff) |
watchdog: Watchdog driver for Broadcom Set-Top Box
Watchdog driver for Broadcom 7038 and newer chips.
Signed-off-by: Justin Chen <justinpopo6@gmail.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 79e1aa1b0959..7a8a6c6952e9 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -1313,6 +1313,14 @@ config BCM_KONA_WDT_DEBUG If in doubt, say 'N'. +config BCM7038_WDT + tristate "BCM7038 Watchdog" + select WATCHDOG_CORE + help + Watchdog driver for the built-in hardware in Broadcom 7038 SoCs. + + Say 'Y or 'M' here to enable the driver. + config IMGPDC_WDT tristate "Imagination Technologies PDC Watchdog Timer" depends on HAS_IOMEM |