From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-bn1on0131.outbound.protection.outlook.com ([157.56.110.131]:64759 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752417AbbJWIIO (ORCPT ); Fri, 23 Oct 2015 04:08:14 -0400 From: Zhiqiang Hou To: , , , , , , CC: , , , , , , , , , , , , Subject: [PATCH V6 2/6] watchdog: Add support for Freescale Layerscape platforms Date: Fri, 23 Oct 2015 16:01:18 +0800 Message-ID: <1445587282-29529-2-git-send-email-B48286@freescale.com> In-Reply-To: <1445587282-29529-1-git-send-email-B48286@freescale.com> References: <1445587282-29529-1-git-send-email-B48286@freescale.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org From: Shaohui Xie Modify watchdog/Kconfig file to support Layerscape platforms. Signed-off-by: Shaohui Xie Signed-off-by: Hou Zhiqiang Acked-by: Guenter Roeck --- V6: - Remove a Signed-off. V5: V4 V3 V2 - No change. drivers/watchdog/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 79e1aa1..448dbaf 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -446,7 +446,7 @@ config MAX63XX_WATCHDOG config IMX2_WDT tristate "IMX2+ Watchdog" - depends on ARCH_MXC + depends on ARCH_MXC || ARCH_LAYERSCAPE select REGMAP_MMIO select WATCHDOG_CORE help -- 2.1.0.27.g96db324