From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.active-venture.com ([67.228.131.205]:65297 "EHLO mail.active-venture.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753906AbaAaOwG (ORCPT ); Fri, 31 Jan 2014 09:52:06 -0500 Message-ID: <52EBB897.6040300@roeck-us.net> Date: Fri, 31 Jan 2014 06:52:07 -0800 From: Guenter Roeck MIME-Version: 1.0 To: Michal Simek , linux-kernel@vger.kernel.org, monstr@monstr.eu CC: Wim Van Sebroeck , linux-watchdog@vger.kernel.org Subject: Re: [PATCH 10/10] watchdog: xilinx: Enable this driver for Zynq References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org On 01/31/2014 06:18 AM, Michal Simek wrote: > Enable this driver for Zynq. > Move it to architecture independent Kconfig part. > > Signed-off-by: Michal Simek > --- > > Build tested by zero day testing system. > --- > drivers/watchdog/Kconfig | 22 +++++++++------------- > 1 file changed, 9 insertions(+), 13 deletions(-) > > diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig > index 9db5d3c..6120403 100644 > --- a/drivers/watchdog/Kconfig > +++ b/drivers/watchdog/Kconfig > @@ -111,6 +111,15 @@ config WM8350_WATCHDOG > Support for the watchdog in the WM8350 AudioPlus PMIC. When > the watchdog triggers the system will be reset. > > +config XILINX_WATCHDOG > + tristate "Xilinx Watchdog timer" > + select WATCHDOG_CORE This needs to depend on HAS_IOMEM. Thanks, Guenter