1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-18 00:52:07 +02:00

watchdog: bcm6345: allow to use this driver on arm bcm6858

This IP is also used on some arm SoC, so we allow to
use it on arm bcm6858 too.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
This commit is contained in:
Philippe Reynes
2019-01-28 15:37:28 +01:00
committed by Tom Rini
parent 771ee9b6ed
commit 47b68d00a3

View File

@@ -88,7 +88,7 @@ config WDT_ASPEED
config WDT_BCM6345 config WDT_BCM6345
bool "BCM6345 watchdog timer support" bool "BCM6345 watchdog timer support"
depends on WDT && ARCH_BMIPS depends on WDT && (ARCH_BMIPS || ARCH_BCM6858)
help help
Select this to enable watchdog timer for BCM6345 SoCs. Select this to enable watchdog timer for BCM6345 SoCs.
The watchdog timer is stopped when initialized. The watchdog timer is stopped when initialized.