diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2019-08-15 17:52:00 -0500 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2019-08-15 18:13:06 -0500 |
commit | 1da708985a3922055e4e55c6488014247b11824d (patch) | |
tree | a38476973732178aa0bf98c7c25821d407ba5e13 /arch/arm64/configs/defconfig | |
parent | 5f9e832c137075045d15cd6899ab0505cfb2ca4b (diff) | |
download | lwn-1da708985a3922055e4e55c6488014247b11824d.tar.gz lwn-1da708985a3922055e4e55c6488014247b11824d.zip |
arm64: defconfig: Enable the DesignWare watchdog
Enable the DesignWare watchdog driver that is present on the Intel
Stratix10 and Agilex platforms.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |