From linux-kernel-owner+willy=40w.ods.org@vger.kernel.org  Sun Apr  6 01:10:33 2003
Return-Path: <linux-kernel-owner+willy=40w.ods.org@vger.kernel.org>
Received: from vax.home.local (vax [10.2.1.2])
	by alpha.home.local (8.12.4/8.12.1) with ESMTP id h35NAWJ7010455
	for <willy@w.ods.org>; Sun, 6 Apr 2003 01:10:33 +0200
Received: from vger.kernel.org (vger.kernel.org [209.116.70.75])
	by vax.home.local (8.12.2/8.12.1) with ESMTP id h35NAU1P026506
	for <willy@w.ods.org>; Sun, 6 Apr 2003 01:10:31 +0200 (CEST)
Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
	id S262708AbTDEWyh (for <rfc822;willy@w.ods.org>); Sat, 5 Apr 2003 17:54:37 -0500
Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262710AbTDEWyg (for <rfc822;linux-kernel-outgoing>); Sat, 5 Apr 2003 17:54:36 -0500
Received: from jalon.able.es ([212.97.163.2]:13280 "EHLO jalon.able.es")
	by vger.kernel.org with ESMTP id S262708AbTDEWye (for <rfc822;linux-kernel@vger.kernel.org>);
	Sat, 5 Apr 2003 17:54:34 -0500
Received: from werewolf.able.es ([212.97.171.231]) by
          jalon.able.es (Netscape Messaging Server 4.15 jalon Mar 14 2002
          21:29:48) with ESMTP id HCW88L00.U3C; Sun, 6 Apr 2003 01:07:33 +0200 
Date: 	Sun, 6 Apr 2003 01:06:00 +0200
From: "J.A. Magallon" <jamagallon@able.es>
To: "J.A. Magallon" <jamagallon@able.es>
Cc: Marcelo Tosatti <marcelo@conectiva.com.br>,
       lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH] config/dep bugs
Message-ID: <20030405230600.GC12864@werewolf.able.es>
References: <Pine.LNX.4.53L.0304041815110.32674@freak.distro.conectiva> <20030405224233.GA12746@werewolf.able.es>
Mime-Version: 1.0
Content-Type: 	text/plain; charset=US-ASCII
Content-Disposition: inline
Content-Transfer-Encoding: 7BIT
In-Reply-To: <20030405224233.GA12746@werewolf.able.es>; from jamagallon@able.es on Sun, Apr 06, 2003 at 00:42:33 +0200
X-Mailer: Balsa 2.0.10
Sender: linux-kernel-owner@vger.kernel.org
Precedence: bulk
X-Mailing-List: 	linux-kernel@vger.kernel.org
Status: RO
Content-Length: 2248
Lines: 38


On 04.06, J.A. Magallon wrote:
> 
> On 04.04, Marcelo Tosatti wrote:
> > 
> > So here goes -pre7. Hopefully the last -pre.
> > 

--- linux/drivers/net/Config.in.orig	2003-03-13 23:48:55.000000000 +0100
+++ linux/drivers/net/Config.in	2003-03-13 23:49:33.000000000 +0100
@@ -185,7 +185,7 @@
       dep_tristate '    Davicom DM910x/DM980x support' CONFIG_DM9102 $CONFIG_PCI
       dep_tristate '    EtherExpressPro/100 support (eepro100, original Becker driver)' CONFIG_EEPRO100 $CONFIG_PCI
       if [ "$CONFIG_VISWS" = "y" ]; then
-         define_mbool CONFIG_EEPRO100_PIO y
+         define_bool CONFIG_EEPRO100_PIO y
       else
          dep_mbool '      Use PIO instead of MMIO' CONFIG_EEPRO100_PIO $CONFIG_EEPRO100
       fi  



-- 
J.A. Magallon <jamagallon@able.es>      \                 Software is like sex:
werewolf.able.es                         \           It's better when it's free
Mandrake Linux release 9.2 (Bamboo) for i586
Linux 2.4.21-pre7-jam1 (gcc 3.2.2 (Mandrake Linux 9.2 3.2.2-5mdk))
-
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/

