From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751447AbVK3Qpg (ORCPT ); Wed, 30 Nov 2005 11:45:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751449AbVK3Qpg (ORCPT ); Wed, 30 Nov 2005 11:45:36 -0500 Received: from zproxy.gmail.com ([64.233.162.204]:12348 "EHLO zproxy.gmail.com") by vger.kernel.org with ESMTP id S1751447AbVK3Qpf convert rfc822-to-8bit (ORCPT ); Wed, 30 Nov 2005 11:45:35 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eF9IxemeWaBIXiU2FPW6TsVeFv2xPkZHZZQOspBOi77R/PCpVNKWWYTBQXqtEceIWgvi3ELHeKra4Ce92fEggyi1EHTZQ7+xKXooV4a0CvIT+DG8/0PQkXif83tmsh3RQZTlaULL5X9FzKOw8EsrTQUW/eGFMqQuWJXkwBFl9F4= Message-ID: Date: Wed, 30 Nov 2005 17:45:33 +0100 From: Franck To: Franck , lkml , rmk+lkml@arm.linux.org.uk Subject: Re: [NET] Remove ARM dependency for dm9000 driver In-Reply-To: <20051130162327.GC1053@flint.arm.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Disposition: inline References: <20051130162327.GC1053@flint.arm.linux.org.uk> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 2005/11/30, Russell King : > 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 ? > > > Maybe that should be (ARM || MIPS) && NET_ETHERNET ? > Well, if this dependency means "it has only be tested on ARM and MIPS", then you're probably right. But if it means "this controller must be run with an ARM or MIPS cpu" then I don't see why setting such restriction. What do you think ? thanks -- Franck