diff options
| author | Philippe Reynes <[email protected]> | 2019-01-31 18:57:39 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-02-09 07:51:00 -0500 |
| commit | a765adc08f624dc229a83ac0c81f61af2d33246a (patch) | |
| tree | 32285adbeaefaadf15b0d2a375176e7ff2de3fc5 | |
| parent | 2f4a686f217756d99556fef1e7756946d7566deb (diff) | |
bcm963158: 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/bcm963158_ram_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/bcm963158_ram_defconfig b/configs/bcm963158_ram_defconfig index 6e3b688f3ed..9083f1dc9f9 100644 --- a/configs/bcm963158_ram_defconfig +++ b/configs/bcm963158_ram_defconfig @@ -36,5 +36,7 @@ CONFIG_DM_SERIAL=y CONFIG_SERIAL_SEARCH_ALL=y CONFIG_PL01X_SERIAL=y CONFIG_SYSRESET=y +CONFIG_SYSRESET_WATCHDOG=y +CONFIG_WDT_BCM6345=y CONFIG_REGEX=y # CONFIG_GENERATE_SMBIOS_TABLE is not set |
