diff options
author | Justin Chen <justinpopo6@gmail.com> | 2015-08-31 14:02:43 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2015-10-27 11:12:02 -0400 |
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 | |||
1313 | 1313 | ||
1314 | If in doubt, say 'N'. | 1314 | If in doubt, say 'N'. |
1315 | 1315 | ||
1316 | config BCM7038_WDT | ||
1317 | tristate "BCM7038 Watchdog" | ||
1318 | select WATCHDOG_CORE | ||
1319 | help | ||
1320 | Watchdog driver for the built-in hardware in Broadcom 7038 SoCs. | ||
1321 | |||
1322 | Say 'Y or 'M' here to enable the driver. | ||
1323 | |||
1316 | config IMGPDC_WDT | 1324 | config IMGPDC_WDT |
1317 | tristate "Imagination Technologies PDC Watchdog Timer" | 1325 | tristate "Imagination Technologies PDC Watchdog Timer" |
1318 | depends on HAS_IOMEM | 1326 | depends on HAS_IOMEM |