aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2015-02-07 18:04:10 +0100
committerWim Van Sebroeck <wim@iguana.be>2015-02-17 21:34:13 +0100
commit94613431619b555ac1299634efabde2ffd0eb2b4 (patch)
tree2be88c7e6068ad4c82fcc3ee5faadff6910ab0f2 /drivers/watchdog
parentwatchdog: jz4740: Add DT support (diff)
downloadlinux-dev-94613431619b555ac1299634efabde2ffd0eb2b4.tar.xz
linux-dev-94613431619b555ac1299634efabde2ffd0eb2b4.zip
watchdog: bcm47xx_wdt.c: allow enabling on BCM5301X arch
BCM5301X (ARCH_BCM_5301X) is a new Broadcom architecture using the same SoC bus driver (bcma) as BCM47XX but based on ARM instead of MIPS. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 60a2bf400082..16f202350997 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -1113,7 +1113,7 @@ config ATH79_WDT
config BCM47XX_WDT
tristate "Broadcom BCM47xx Watchdog Timer"
- depends on BCM47XX
+ depends on BCM47XX || ARCH_BCM_5301X
select WATCHDOG_CORE
help
Hardware driver for the Broadcom BCM47xx Watchdog Timer.