summaryrefslogtreecommitdiff
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorWilliam Zhang <william.zhang@broadcom.com>2022-08-22 11:31:43 -0700
committerTom Rini <trini@konsulko.com>2022-10-31 08:55:51 -0400
commit4dcd23f70b3f2b911e29898a7661a9f1b998cfba (patch)
tree9030e6aaf2c555cf289063e3089869f59e5a1404 /drivers/watchdog
parentfdf8f29dc7e9076790e4874c9ce07e593d9e17c4 (diff)
downloadu-boot-4dcd23f70b3f2b911e29898a7661a9f1b998cfba.tar.gz
u-boot-4dcd23f70b3f2b911e29898a7661a9f1b998cfba.tar.bz2
u-boot-4dcd23f70b3f2b911e29898a7661a9f1b998cfba.zip
arm: bcmbca: replace ARCH_BCM68360 symbols in Kconfig with BCM6856
As CONFIG_ARCH_BCM68360 is replaced with CONFIG_BCM6856, update the driver Kconfig to use the new config symbol. Signed-off-by: William Zhang <william.zhang@broadcom.com> Reviewed-by: Philippe Reynes <philippe.reynes@softathome.com>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 550bed7027..aef6d3f366 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -130,7 +130,7 @@ config WDT_AT91
config WDT_BCM6345
bool "BCM6345 watchdog timer support"
- depends on WDT && (ARCH_BMIPS || ARCH_BCM68360 || \
+ depends on WDT && (ARCH_BMIPS || BCM6856 || \
ARCH_BCM6858 || BCM63158 || \
ARCH_BCM6753)
help