From: Rafał Miłecki Date: Wed, 9 Feb 2022 20:32:02 +0000 (+0100) Subject: watchdog: allow building BCM7038_WDT for BCM4908 X-Git-Tag: v6.1-rc5~1652^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd91fb2776967b2b2dea27307a3f23ba3d9bbb32;p=platform%2Fkernel%2Flinux-starfive.git 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 Acked-by: Florian Fainelli Reviewed-by: Guenter Roeck Link: https://lore.kernel.org/r/20220209203202.26395-1-zajec5@gmail.com Signed-off-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index c8fa79d..ee9c57a 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -1779,7 +1779,7 @@ config BCM7038_WDT tristate "BCM63xx/BCM7038 Watchdog" select WATCHDOG_CORE depends on HAS_IOMEM - depends on ARCH_BRCMSTB || BMIPS_GENERIC || BCM63XX || COMPILE_TEST + depends on ARCH_BCM4908 || ARCH_BRCMSTB || BMIPS_GENERIC || BCM63XX || COMPILE_TEST help Watchdog driver for the built-in hardware in Broadcom 7038 and later SoCs used in set-top boxes. BCM7038 was made public