diff options
author | Dinh Nguyen <dinguyen@opensource.altera.com> | 2016-02-03 11:03:06 -0600 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-02-04 13:25:33 -0800 |
commit | 381a65c21aa1fcf4f3fafe70027b79b303bdb71d (patch) | |
tree | e7dfef202a12a29151d7be462bb7f24f0ef91387 /arch | |
parent | 418d5516568b3fdbc4e7b53677dd78aed8514565 (diff) | |
download | linux-stable-381a65c21aa1fcf4f3fafe70027b79b303bdb71d.tar.gz linux-stable-381a65c21aa1fcf4f3fafe70027b79b303bdb71d.tar.bz2 linux-stable-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>
Diffstat (limited to 'arch')
-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 |