Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 22 Mar 2002 17:19:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 22 Mar 2002 17:19:35 -0500 Received: from perninha.conectiva.com.br ([200.250.58.156]:47885 "HELO perninha.conectiva.com.br") by vger.kernel.org with SMTP id ; Fri, 22 Mar 2002 17:19:18 -0500 Date: Fri, 22 Mar 2002 18:13:48 -0300 (BRT) From: Marcelo Tosatti To: Adrian Bunk Cc: Eyal Lebedinsky , lkml Subject: Re: [patch] Don't offer CONFIG_INDYDOG on non-ip22 machines In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 21 Mar 2002, Adrian Bunk wrote: > After reading Documentation/kbuild/config-language.txt it seems that this > should work in theory... > > The following patch fixes it so that it works for me: > > --- drivers/char/Config.in.old Thu Mar 21 12:48:57 2002 > +++ drivers/char/Config.in Thu Mar 21 13:01:21 2002 > @@ -201,7 +201,9 @@ > tristate ' SBC-60XX Watchdog Timer' CONFIG_60XX_WDT > tristate ' W83877F (EMACS) Watchdog Timer' CONFIG_W83877F_WDT > tristate ' ZF MachZ Watchdog' CONFIG_MACHZ_WDT > - dep_tristate ' Indy/I2 Hardware Watchdog' CONFIG_INDYDOG $CONFIG_SGI_IP22 > + if [ "$CONFIG_SGI_IP22" = "y" ]; then > + tristate ' Indy/I2 Hardware Watchdog' CONFIG_INDYDOG > + fi > fi > endmenu > Applied... - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/