Message ID | 1578424457-9787-2-git-send-email-philippe.reynes@softathome.com |
---|---|
State | Accepted |
Commit | d0edec667fe0a67002992f2f349147a2e9a6fb66 |
Headers | show |
Series | [1/8] bcm68360: add initial support | expand |
On Tue, Jan 07, 2020 at 08:14:11PM +0100, Philippe Reynes wrote: > This IP is also used on some arm SoC, so we allow to > use it on arm bcm68360 too. > > Signed-off-by: Philippe Reynes <philippe.reynes at softathome.com> Applied to u-boot/master, thanks!
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 8c16d69..2b8064d 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -85,7 +85,8 @@ config WDT_AT91 config WDT_BCM6345 bool "BCM6345 watchdog timer support" - depends on WDT && (ARCH_BMIPS || ARCH_BCM6858 || ARCH_BCM63158) + depends on WDT && (ARCH_BMIPS || ARCH_BCM68360 || \ + ARCH_BCM6858 || ARCH_BCM63158) help Select this to enable watchdog timer for BCM6345 SoCs. The watchdog timer is stopped when initialized.
This IP is also used on some arm SoC, so we allow to use it on arm bcm68360 too. Signed-off-by: Philippe Reynes <philippe.reynes at softathome.com> --- drivers/watchdog/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)