diff options
author | Peng Fan <peng.fan@nxp.com> | 2020-05-30 15:03:46 +0800 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2020-05-30 15:25:46 +0800 |
commit | babac008e5cf168abca1a85bda2e8071ca27a5c0 (patch) | |
tree | cc1e07812ad6023368b5334e5b661bec7f89e3b4 | |
parent | 88b6162a32623eb1414c75fea767a7e2bc384b0e (diff) |
MLK-24224-2 arm64: imx_v8_defconfig: select xen watchdog
Without this, domu will not able to use wdog function.
Reviewed-by: zhang sanshan <pete.zhang@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
(cherry picked from commit d60d1df535b1d59c7a7ed7c53e86eaa2b2103661)
-rw-r--r-- | arch/arm64/configs/imx_v8_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/imx_v8_defconfig b/arch/arm64/configs/imx_v8_defconfig index b90ac3512b9e..7ca52b2c20c7 100644 --- a/arch/arm64/configs/imx_v8_defconfig +++ b/arch/arm64/configs/imx_v8_defconfig @@ -424,6 +424,7 @@ CONFIG_ARM_SBSA_WATCHDOG=y CONFIG_DW_WATCHDOG=y CONFIG_IMX2_WDT=y CONFIG_IMX_SC_WDT=y +CONFIG_XEN_WDT=y CONFIG_MFD_BD9571MWV=y CONFIG_MFD_AXP20X_I2C=y CONFIG_MFD_IMX_AUDIOMIX=y |