diff options
| author | Tim Harvey <[email protected]> | 2021-03-25 17:07:34 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-04-20 07:31:12 -0400 |
| commit | 9889a8e562461837312879d82bcbfe80854de67a (patch) | |
| tree | a5ee34c1a5e338e3cb502503eb435ad4040fe33a | |
| parent | 8bb5a66e5b100b7de1d787a471c117c14743537b (diff) | |
arm: octeontx: enable WDT_SBSA
The OcteonTX uses ARM's SBSA Watchdog device
Signed-off-by: Tim Harvey <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
| -rw-r--r-- | configs/octeontx_81xx_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/octeontx_81xx_defconfig b/configs/octeontx_81xx_defconfig index 9881c1089b4..bcf03db406f 100644 --- a/configs/octeontx_81xx_defconfig +++ b/configs/octeontx_81xx_defconfig @@ -132,4 +132,5 @@ CONFIG_USB_ETHER_ASIX=y CONFIG_USB_ETHER_ASIX88179=y CONFIG_USB_ETHER_RTL8152=y CONFIG_WDT=y +CONFIG_WDT_SBSA=y CONFIG_ERRNO_STR=y |
