From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf Baechle Subject: Re: [PATCH] Eliminate user-selectable CONFIG_MV643XX_ETH_[012] Date: Tue, 20 Feb 2007 17:00:06 +0000 Message-ID: <20070220170006.GA29854@linux-mips.org> References: <20070220121520.GA17927@xyzzy.farnsworth.org> <45DB2172.1070003@garzik.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Dale Farnsworth , Andrew Morton , Paul Mackerras , linux-kernel@vger.kernel.org, netdev@vger.kernel.org To: Jeff Garzik Return-path: Received: from ftp.linux-mips.org ([194.74.144.162]:58508 "EHLO ftp.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030280AbXBTRAO (ORCPT ); Tue, 20 Feb 2007 12:00:14 -0500 Received: from localhost.localdomain ([127.0.0.1]:3297 "EHLO dl5rb.ham-radio-op.net") by ftp.linux-mips.org with ESMTP id S20038982AbXBTRAM (ORCPT + 1 other); Tue, 20 Feb 2007 17:00:12 +0000 Content-Disposition: inline In-Reply-To: <45DB2172.1070003@garzik.org> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Tue, Feb 20, 2007 at 11:27:30AM -0500, Jeff Garzik wrote: > >It was a mis-feature that the supported ports were ever user-selectable. > >Which ports the hardware supports should be specified by platform-specific > >code, not by the user. > > > > arch/mips/momentum/jaguar_atx/platform.c | 21 --------------------- > > arch/mips/momentum/ocelot_3/platform.c | 21 --------------------- > > arch/mips/momentum/ocelot_c/platform.c | 14 -------------- > > arch/ppc/Kconfig | 15 +++++++++++++++ > > drivers/net/Kconfig | 21 --------------------- > > 5 files changed, 15 insertions(+), 77 deletions(-) > > ACK. > > I'll let Paul, Ralf or Andrew push this one upstream. Okay, will do that. Ralf