diff options
author | Carlo Caione <ccaione@baylibre.com> | 2019-02-06 14:37:37 +0000 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-02-11 11:03:07 +0800 |
commit | 90a50f9f4ddcd35d0d4af536cf1f767ea2041cb8 (patch) | |
tree | 958c5663ac09e9d324da355bd22527a4d5000cd0 /arch | |
parent | 28cfe24345294150fe67833fc47f2d7197855fab (diff) | |
download | linux-90a50f9f4ddcd35d0d4af536cf1f767ea2041cb8.tar.bz2 |
arm64: defconfig: Add IMX2+ watchdog
It's needed to properly reboot the i.MX8MQ EVK board.
Signed-off-by: Carlo Caione <ccaione@baylibre.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-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 788773d16c7c..1c26d8bfd927 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -423,6 +423,7 @@ CONFIG_UNIPHIER_THERMAL=y CONFIG_WATCHDOG=y CONFIG_ARM_SP805_WATCHDOG=y CONFIG_S3C2410_WATCHDOG=y +CONFIG_IMX2_WDT=y CONFIG_MESON_GXBB_WATCHDOG=m CONFIG_MESON_WATCHDOG=m CONFIG_RENESAS_WDT=y |