Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751753AbdIOTSH (ORCPT ); Fri, 15 Sep 2017 15:18:07 -0400 Received: from smtp3-g21.free.fr ([212.27.42.3]:34612 "EHLO smtp3-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751581AbdIOTSG (ORCPT ); Fri, 15 Sep 2017 15:18:06 -0400 From: Mathieu Malaterre Cc: Mathieu Malaterre , Ralf Baechle , Krzysztof Kozlowski , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 1/5] MIPS: Ci20: Enable watchdog driver Date: Fri, 15 Sep 2017 21:17:54 +0200 Message-Id: <20170915191756.27413-1-malat@debian.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170908183558.1537-1-malat@debian.org> References: <20170908183558.1537-1-malat@debian.org> To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 664 Lines: 25 Update the Ci20's defconfig to enable the JZ4740's watchdog driver. Signed-off-by: Mathieu Malaterre --- Changes in v2: * none arch/mips/configs/ci20_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/mips/configs/ci20_defconfig b/arch/mips/configs/ci20_defconfig index 19a8ebd1d374..ed8d3d2f63cf 100644 --- a/arch/mips/configs/ci20_defconfig +++ b/arch/mips/configs/ci20_defconfig @@ -100,6 +100,8 @@ CONFIG_I2C_JZ4780=y CONFIG_GPIO_SYSFS=y CONFIG_GPIO_INGENIC=y # CONFIG_HWMON is not set +CONFIG_WATCHDOG=y +CONFIG_JZ4740_WDT=y CONFIG_REGULATOR=y CONFIG_REGULATOR_DEBUG=y CONFIG_REGULATOR_FIXED_VOLTAGE=y -- 2.11.0