diff options
author | Anson Huang <anson.huang@nxp.com> | 2019-03-21 03:26:57 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-05-20 03:08:28 +0200 |
commit | 81ab47e04bcabbfe2c52acb91c0bcbf3396fde78 (patch) | |
tree | c39f609cf3e951b6897d0bf49d6343922bc5aa9a /arch/arm64 | |
parent | ARM: imx_v6_v7_defconfig: Enable SIOX bus (diff) | |
download | linux-81ab47e04bcabbfe2c52acb91c0bcbf3396fde78.tar.xz linux-81ab47e04bcabbfe2c52acb91c0bcbf3396fde78.zip |
arm64: defconfig: add support for i.MX system controller watchdog
Enable CONFIG_IMX_SC_WDT as module to support i.MX system
controller watchdog.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64')
-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 755fb695479a..b35a3a2f5914 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -422,6 +422,7 @@ CONFIG_WATCHDOG=y CONFIG_ARM_SP805_WATCHDOG=y CONFIG_S3C2410_WATCHDOG=y CONFIG_IMX2_WDT=y +CONFIG_IMX_SC_WDT=m CONFIG_MESON_GXBB_WATCHDOG=m CONFIG_MESON_WATCHDOG=m CONFIG_RENESAS_WDT=y |