Skip to content

Commit cd91fb2

Browse files
Rafał MiłeckiWim Van Sebroeck
authored andcommitted
watchdog: allow building BCM7038_WDT for BCM4908
BCM4908 is a SoCs family that shares a lot of hardware with BCM63xx including the watchdog block. Allow building this driver for it. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20220209203202.26395-1-zajec5@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
1 parent 823a20e commit cd91fb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/watchdog/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,7 @@ config BCM7038_WDT
17791779
tristate "BCM63xx/BCM7038 Watchdog"
17801780
select WATCHDOG_CORE
17811781
depends on HAS_IOMEM
1782-
depends on ARCH_BRCMSTB || BMIPS_GENERIC || BCM63XX || COMPILE_TEST
1782+
depends on ARCH_BCM4908 || ARCH_BRCMSTB || BMIPS_GENERIC || BCM63XX || COMPILE_TEST
17831783
help
17841784
Watchdog driver for the built-in hardware in Broadcom 7038 and
17851785
later SoCs used in set-top boxes. BCM7038 was made public

0 commit comments

Comments
 (0)