Skip to content

Commit

Permalink
watchdog: Allow building BCM7038_WDT for BCM63XX
Browse files Browse the repository at this point in the history
CONFIG_BCM63XX denotes the legacy MIPS-based DSL SoCs which utilize the
same piece of hardware as a watchdog, make it possible to select that
driver for those platforms.

Signed-off-by: Florian Fainelli <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
  • Loading branch information
ffainelli authored and Wim Van Sebroeck committed Dec 28, 2021
1 parent d6b9c67 commit bc0bf9e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions drivers/watchdog/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1741,15 +1741,16 @@ config BCM_KONA_WDT_DEBUG
If in doubt, say 'N'.

config BCM7038_WDT
tristate "BCM7038 Watchdog"
tristate "BCM63xx/BCM7038 Watchdog"
select WATCHDOG_CORE
depends on HAS_IOMEM
depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
depends on 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
during the 2004 CES, and since then, many Broadcom chips use this
watchdog block, including some cable modem chips.
watchdog block, including some cable modem chips and DSL (63xx)
chips.

config IMGPDC_WDT
tristate "Imagination Technologies PDC Watchdog Timer"
Expand Down

0 comments on commit bc0bf9e

Please sign in to comment.