Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758084AbcLBJnF (ORCPT ); Fri, 2 Dec 2016 04:43:05 -0500 Received: from mail-wj0-f193.google.com ([209.85.210.193]:36830 "EHLO mail-wj0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751786AbcLBJnD (ORCPT ); Fri, 2 Dec 2016 04:43:03 -0500 From: Valentin Rothberg To: f.fainelli@gmail.com, linux@armlinux.org.uk, arnd@arndb.de Cc: linux-kernel@vger.kernel.org, Valentin Rothberg Subject: [PATCH] ARM: multi_v7_defconfig: set bcm47xx watchdog Date: Fri, 2 Dec 2016 10:42:49 +0100 Message-Id: <20161202094249.21537-1-valentinrothberg@gmail.com> X-Mailer: git-send-email 2.10.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 757 Lines: 25 Correct the bcm47xx watchdog option. The convention of bcm watchdogs is the _WDT suffix. Signed-off-by: Valentin Rothberg --- Detected by running scripts/checkkconfigsymbols.py arch/arm/configs/multi_v7_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 6014a6be8459..028d2b70e3b5 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -471,7 +471,7 @@ CONFIG_MESON_WATCHDOG=y CONFIG_DW_WATCHDOG=y CONFIG_DIGICOLOR_WATCHDOG=y CONFIG_BCM2835_WDT=y -CONFIG_BCM47XX_WATCHDOG=y +CONFIG_BCM47XX_WDT=y CONFIG_BCM7038_WDT=m CONFIG_BCM_KONA_WDT=y CONFIG_MFD_ACT8945A=y -- 2.10.2