diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2019-08-28 09:35:02 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-10-03 17:11:46 +0800 |
commit | 679c92a82364a9b4b757ef21af98d04d79133431 (patch) | |
tree | 446863fe9309e8a2dff26aa29290436ddd7688a8 | |
parent | 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c (diff) | |
download | linux-679c92a82364a9b4b757ef21af98d04d79133431.tar.gz linux-679c92a82364a9b4b757ef21af98d04d79133431.tar.bz2 linux-679c92a82364a9b4b757ef21af98d04d79133431.zip |
ARM: imx_v6_v7_defconfig: Enable CONFIG_IMX7ULP_WDT by default
Select CONFIG_IMX7ULP_WDT by default to support i.MX7ULP watchdog.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 9bfffbe22d53..be2a6946716b 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -236,6 +236,7 @@ CONFIG_DA9062_WATCHDOG=y CONFIG_DA9063_WATCHDOG=m CONFIG_RN5T618_WATCHDOG=y CONFIG_IMX2_WDT=y +CONFIG_IMX7ULP_WDT=y CONFIG_MFD_DA9052_I2C=y CONFIG_MFD_DA9062=y CONFIG_MFD_DA9063=y |