Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751444AbVK3QXk (ORCPT ); Wed, 30 Nov 2005 11:23:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751450AbVK3QXk (ORCPT ); Wed, 30 Nov 2005 11:23:40 -0500 Received: from caramon.arm.linux.org.uk ([212.18.232.186]:57355 "EHLO caramon.arm.linux.org.uk") by vger.kernel.org with ESMTP id S1751444AbVK3QXc (ORCPT ); Wed, 30 Nov 2005 11:23:32 -0500 Date: Wed, 30 Nov 2005 16:23:27 +0000 From: Russell King To: Franck Cc: lkml Subject: Re: [NET] Remove ARM dependency for dm9000 driver Message-ID: <20051130162327.GC1053@flint.arm.linux.org.uk> Mail-Followup-To: Franck , lkml References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 964 Lines: 33 On Wed, Nov 30, 2005 at 05:21:35PM +0100, Franck wrote: > Hi, > > What about this patch which removes ARM dependency for dm9000 ethernet > controller driver ? > > diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig > index f15f909..4af63dd 100644 > --- a/drivers/net/Kconfig > +++ b/drivers/net/Kconfig > @@ -856,7 +856,7 @@ config SMC9194 > > config DM9000 > tristate "DM9000 support" > - depends on ARM && NET_ETHERNET > + depends on NET_ETHERNET > select CRC32 > select MII > ---help--- > > My platform based on MIPS cpu used it... Maybe that should be (ARM || MIPS) && NET_ETHERNET ? -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: 2.6 Serial core - 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/