diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2019-10-20 20:56:03 -0700 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2019-12-10 09:35:21 -0800 |
commit | f27dbbda5900c20e07418c6893ca6e95b634f4ff (patch) | |
tree | 535ca38d014257aac1ed86ee4ce62c35f1a10a7d /arch/arm64/configs/defconfig | |
parent | 2774e558151a6e325e1f9f278722479601319f78 (diff) | |
download | lwn-f27dbbda5900c20e07418c6893ca6e95b634f4ff.tar.gz lwn-f27dbbda5900c20e07418c6893ca6e95b634f4ff.zip |
arm64: defconfig: Enable Qualcomm watchdog driver
Enable the driver for the watchdog found in the application processor
subsystem on most modern Qualcomm platforms.
Tested-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.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 c3391b67b795..bab753038c6f 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -461,6 +461,7 @@ CONFIG_IMX2_WDT=y CONFIG_IMX_SC_WDT=m CONFIG_MESON_GXBB_WATCHDOG=m CONFIG_MESON_WATCHDOG=m +CONFIG_QCOM_WDT=m CONFIG_RENESAS_WDT=y CONFIG_UNIPHIER_WATCHDOG=y CONFIG_BCM2835_WDT=y |