aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-08-28 16:03:45 -0400
committerWim Van Sebroeck <wim@iguana.be>2010-10-28 17:43:55 -0400
commitb63aa731cd9e3fed7694a99f9c233f5f4b244f03 (patch)
tree989d0d8425d7d38381980765657f484973b535dc /drivers/watchdog/Kconfig
parentdee00abbbcab97b8ee3bbafb5e786dde83e26741 (diff)
watchdog: add support for Broadcom BCM63xx built-in watchdog
This patch adds support for the Broadcom BCM63xx SoC built-in watchdog, it uses one of the BCM63xx hardware timer id. Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 57b8a410697b..4a291045ebac 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -917,6 +917,16 @@ config OCTEON_WDT
917 from the first interrupt, it is then only poked when the 917 from the first interrupt, it is then only poked when the
918 device is written. 918 device is written.
919 919
920config BCM63XX_WDT
921 tristate "Broadcom BCM63xx hardware watchdog"
922 depends on BCM63XX
923 help
924 Watchdog driver for the built in watchdog hardware in Broadcom
925 BCM63xx SoC.
926
927 To compile this driver as a loadable module, choose M here.
928 The module will be called bcm63xx_wdt.
929
920# PARISC Architecture 930# PARISC Architecture
921 931
922# POWERPC Architecture 932# POWERPC Architecture