diff options
author | 2022-01-31 23:27:20 +0300 | |
---|---|---|
committer | 2022-04-07 22:31:38 -0500 | |
commit | 9eb75512b1de36ba06e63f3518fcb4f50f7912d8 (patch) | |
tree | c4a524c39413f6b65e674cb983eac0756cfd3b8a | |
parent | arm64: defconfig: enable ath11k driver (diff) | |
download | linux-dev-9eb75512b1de36ba06e63f3518fcb4f50f7912d8.tar.xz linux-dev-9eb75512b1de36ba06e63f3518fcb4f50f7912d8.zip |
arm64: defconfig: Enable PM8916 watchdog driver
Enable watchdog driver for pm8916 block. It is used on msm8916/apq8016
platforms (e.g. Dragonboard 410c).
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
[DB: changed to =m, expanded commit message]
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220131202721.2122605-1-dmitry.baryshkov@linaro.org
-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 7c519f0f9581..3791a57ecc6a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -622,6 +622,7 @@ CONFIG_ARM_SMC_WATCHDOG=y CONFIG_RENESAS_WDT=y CONFIG_RENESAS_RZG2LWDT=y CONFIG_UNIPHIER_WATCHDOG=y +CONFIG_PM8916_WATCHDOG=m CONFIG_BCM2835_WDT=y CONFIG_MFD_ALTERA_SYSMGR=y CONFIG_MFD_BD9571MWV=y |