Message ID | 20191021035603.4186317-1-bjorn.andersson@linaro.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | f27dbbda5900c20e07418c6893ca6e95b634f4ff |
Headers | show |
Series | arm64: defconfig: Enable Qualcomm watchdog driver | expand |
On 20-10-19, 20:56, Bjorn Andersson wrote: > Enable the driver for the watchdog found in the application processor > subsystem on most modern Qualcomm platforms. Reviewed-by: Vinod Koul <vkoul@kernel.org> With this and the node patch, I was able to test wdt on db845c: Tested-by: Vinod Koul <vkoul@kernel.org> > > Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 4591bf1303da..f3d95f77fb0d 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -463,6 +463,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 > -- > 2.23.0
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 4591bf1303da..f3d95f77fb0d 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -463,6 +463,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
Enable the driver for the watchdog found in the application processor subsystem on most modern Qualcomm platforms. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)