diff options
author | Manivannan Sadhasivam <[email protected]> | 2021-01-18 11:08:50 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2021-01-22 13:50:46 -0600 |
commit | 1ca52deca3ce9a5c4f3083a486ae4e41971e5f3f (patch) | |
tree | 9c25739d58712b89ac430d17e6f24616c2aca25a | |
parent | caad87c68d995649917eef84f1bb55355d972240 (diff) |
ARM: qcom_defconfig: Enable watchdog driver
Enable watchdog driver for Qualcomm platforms.
Signed-off-by: Manivannan Sadhasivam <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm/configs/qcom_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig index 5627b142d5fb..9573c0406954 100644 --- a/arch/arm/configs/qcom_defconfig +++ b/arch/arm/configs/qcom_defconfig @@ -295,3 +295,5 @@ CONFIG_DYNAMIC_DEBUG=y CONFIG_DEBUG_INFO=y CONFIG_MAGIC_SYSRQ=y # CONFIG_SCHED_DEBUG is not set +CONFIG_WATCHDOG=y +CONFIG_QCOM_WDT=y |