From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750830AbeAPDJc (ORCPT + 1 other); Mon, 15 Jan 2018 22:09:32 -0500 Received: from mail-pl0-f67.google.com ([209.85.160.67]:44744 "EHLO mail-pl0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750716AbeAPDJb (ORCPT ); Mon, 15 Jan 2018 22:09:31 -0500 X-Google-Smtp-Source: ACJfBotXqIv5Z5Q4+rBD3tEqhdJ1v3U1Syme71xVvO2MOIynmEsztjzzjPdTDXsLU+TEndp6nO7Mvg== Date: Mon, 15 Jan 2018 19:09:29 -0800 From: Guenter Roeck To: Wim Van Sebroeck Cc: linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, James Hogan Subject: Re: watchdog: indydog: Drop test builds Message-ID: <20180116030929.GA14616@roeck-us.net> References: <1516071950-14207-1-git-send-email-linux@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1516071950-14207-1-git-send-email-linux@roeck-us.net> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Mon, Jan 15, 2018 at 07:05:50PM -0800, Guenter Roeck wrote: > Due to changes in MIPS default configuration, mips:allmodconfig fails > to build with the following error. > > ERROR: "sgimc" [drivers/watchdog/indydog.ko] undefined! > scripts/Makefile.modpost:92: recipe for target '__modpost' failed > > Fixes: da2a68b3eb47 ("watchdog: Enable COMPILE_TEST where possible") > Signed-off-by: Guenter Roeck Never mind. This is already queued in watchdog-next. Sorry for the noise. Guenter > --- > drivers/watchdog/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig > index ca200d1f310a..5a606a4aee6a 100644 > --- a/drivers/watchdog/Kconfig > +++ b/drivers/watchdog/Kconfig > @@ -1451,7 +1451,7 @@ config RC32434_WDT > > config INDYDOG > tristate "Indy/I2 Hardware Watchdog" > - depends on SGI_HAS_INDYDOG || (MIPS && COMPILE_TEST) > + depends on SGI_HAS_INDYDOG > help > Hardware driver for the Indy's/I2's watchdog. This is a > watchdog timer that will reboot the machine after a 60 second