diff options
| author | Philippe Reynes <[email protected]> | 2019-01-28 15:37:32 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-02-09 07:50:51 -0500 |
| commit | 23463faa13672f3d7ec31c745a7e0b9c302ffc7b (patch) | |
| tree | e7d18aab03800e747ad7ca1e3b5956c21ca777e1 | |
| parent | c62bc60f11452a68b288bd6d79b0c9ab7f57856a (diff) | |
bcm968580: enable watchdog and reboot with watchdog
Enable watchdog and reboot with watchdog in the configuration.
Signed-off-by: Philippe Reynes <[email protected]>
| -rw-r--r-- | configs/bcm968580_ram_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/bcm968580_ram_defconfig b/configs/bcm968580_ram_defconfig index 56e0a56028f..b23f960aaa4 100644 --- a/configs/bcm968580_ram_defconfig +++ b/configs/bcm968580_ram_defconfig @@ -31,5 +31,7 @@ CONFIG_DM_SERIAL=y CONFIG_SERIAL_SEARCH_ALL=y CONFIG_BCM6345_SERIAL=y CONFIG_SYSRESET=y +CONFIG_SYSRESET_WATCHDOG=y +CONFIG_WDT_BCM6345=y CONFIG_REGEX=y # CONFIG_GENERATE_SMBIOS_TABLE is not set |
