diff options
author | Dinh Nguyen <dinguyen@opensource.altera.com> | 2016-02-03 18:03:06 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-02-04 22:25:33 +0100 |
commit | 381a65c21aa1fcf4f3fafe70027b79b303bdb71d (patch) | |
tree | e7dfef202a12a29151d7be462bb7f24f0ef91387 | |
parent | ARM: nomadik: fix up SD/MMC DT settings (diff) | |
download | linux-381a65c21aa1fcf4f3fafe70027b79b303bdb71d.tar.xz linux-381a65c21aa1fcf4f3fafe70027b79b303bdb71d.zip |
ARM: multi_v7_defconfig: enable DW_WATCHDOG
The watchdog timer on the SoCFPGA platform is the Synopsys Designware watchdog.
Enable CONFIG_DW_WATCHDOG for the driver to get built.
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Tested-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 314f6be2dca2..8e8b2ace9b7c 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -426,6 +426,7 @@ CONFIG_SUNXI_WATCHDOG=y CONFIG_IMX2_WDT=y CONFIG_TEGRA_WATCHDOG=m CONFIG_MESON_WATCHDOG=y +CONFIG_DW_WATCHDOG=y CONFIG_DIGICOLOR_WATCHDOG=y CONFIG_MFD_AS3711=y CONFIG_MFD_AS3722=y |