diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2017-05-16 18:29:09 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2017-05-31 14:49:54 +0200 |
commit | 7733193482f990488d8f5c414f8fd3aa95b50c9f (patch) | |
tree | 12a5cbf927fd9f2e93f0c94770f3a8a41cf4d869 /drivers/watchdog/Kconfig | |
parent | ccbbada0a59fead35495409d0c2c7bcb22a40278 (diff) | |
download | u-boot-7733193482f990488d8f5c414f8fd3aa95b50c9f.zip u-boot-7733193482f990488d8f5c414f8fd3aa95b50c9f.tar.gz u-boot-7733193482f990488d8f5c414f8fd3aa95b50c9f.tar.bz2 |
dm: watchdog: add BCM6345 watchdog driver
This driver is a simplified version of linux/drivers/watchdog/bcm63xx_wdt.c
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 22a7c4f..b911233 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -54,4 +54,12 @@ config WDT_ASPEED It currently does not support Boot Flash Addressing Mode Detection or Second Boot. +config WDT_BCM6345 + bool "BCM6345 watchdog timer support" + depends on WDT && ARCH_BMIPS + help + Select this to enable watchdog timer for BCM6345 SoCs. + The watchdog timer is stopped when initialized. + It performs full SoC reset. + endmenu |