Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759489AbcCDTgK (ORCPT ); Fri, 4 Mar 2016 14:36:10 -0500 Received: from spo001.leaseweb.nl ([83.149.101.17]:48317 "EHLO spo001.leaseweb.nl" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1758757AbcCDTgI (ORCPT ); Fri, 4 Mar 2016 14:36:08 -0500 Date: Fri, 4 Mar 2016 20:36:04 +0100 From: Wim Van Sebroeck To: Jean Delvare Cc: linux-kernel@vger.kernel.org, Dmitry Torokhov , Thomas Gleixner , Jason Cooper , Marc Zyngier , Guenter Roeck , Damien Riegel , linux-watchdog@vger.kernel.org Subject: Re: [PATCH 1/3] watchdog: ts4800: add hardware dependency Message-ID: <20160304193604.GB6900@spo001.leaseweb.nl> References: <20160209111549.7e9b4fbb@endymion> <20160209111748.4973e203@endymion> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160209111748.4973e203@endymion> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 978 Lines: 34 Hi Jean, > The Technologic Systems TS-4800 is an i.MX515 board, so its drivers > are useless unless building a SOC_IMX51 kernel, except for build > testing purposes. > > Signed-off-by: Jean Delvare > Cc: Damien Riegel > Cc: Rob Herring > Cc: Guenter Roeck > Cc: Wim Van Sebroeck > --- > drivers/watchdog/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > --- linux-4.5-rc3.orig/drivers/watchdog/Kconfig 2016-02-09 08:53:37.465170476 +0100 > +++ linux-4.5-rc3/drivers/watchdog/Kconfig 2016-02-09 08:53:45.001221261 +0100 > @@ -468,6 +468,7 @@ config NUC900_WATCHDOG > config TS4800_WATCHDOG > tristate "TS-4800 Watchdog" > depends on HAS_IOMEM && OF > + depends on SOC_IMX51 || COMPILE_TEST > select WATCHDOG_CORE > select MFD_SYSCON > help > > -- > Jean Delvare > SUSE L3 Support Patch has been added to linux-watchdog-next. Kind regards, Wim.