Message ID | 20190815231252.21772-1-dinguyen@kernel.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | 1da708985a3922055e4e55c6488014247b11824d |
Headers | show |
Series | arm64: defconfig: Enable the DesignWare watchdog | expand |
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 0e58ef02880c..69c19d82d936 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -445,6 +445,7 @@ CONFIG_UNIPHIER_THERMAL=y CONFIG_WATCHDOG=y CONFIG_ARM_SP805_WATCHDOG=y CONFIG_S3C2410_WATCHDOG=y +CONFIG_DW_WATCHDOG=y CONFIG_SUNXI_WATCHDOG=m CONFIG_IMX2_WDT=y CONFIG_IMX_SC_WDT=m
Enable the DesignWare watchdog driver that is present on the Intel Stratix10 and Agilex platforms. Signed-off-by: Dinh Nguyen <dinguyen@kernel.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)