From patchwork Mon May 18 17:37:56 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gabriel Paubert X-Patchwork-Id: 27368 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@bilbo.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 9FA8EB7067 for ; Tue, 19 May 2009 03:38:29 +1000 (EST) Received: by ozlabs.org (Postfix) id 38B17DE11D; Tue, 19 May 2009 03:38:27 +1000 (EST) Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id C6604DE11C for ; Tue, 19 May 2009 03:38:26 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751350AbZERRiL (ORCPT ); Mon, 18 May 2009 13:38:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751051AbZERRiL (ORCPT ); Mon, 18 May 2009 13:38:11 -0400 Received: from gra-lx1.iram.es ([150.214.224.41]:34152 "EHLO gra-lx1.iram.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750890AbZERRiK (ORCPT ); Mon, 18 May 2009 13:38:10 -0400 Received: from localhost (localhost [127.0.0.1]) by gra-lx1.iram.es (Postfix) with ESMTP id B88AC184296; Mon, 18 May 2009 19:38:07 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at iram.es Received: from gra-lx1.iram.es ([127.0.0.1]) by localhost (gra-lx1.iram.es [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VNsFnzka-NUh; Mon, 18 May 2009 19:37:57 +0200 (CEST) Received: from gra-vd1.iram.es (gra-vd1.iram.es [150.214.224.250]) by gra-lx1.iram.es (Postfix) with ESMTP id D08661841BE; Mon, 18 May 2009 19:37:57 +0200 (CEST) Received: from gra-vd1.iram.es (localhost [127.0.0.1]) by gra-vd1.iram.es (8.14.3/8.14.3/Debian-5) with ESMTP id n4IHbvPO011828; Mon, 18 May 2009 19:37:57 +0200 Received: (from paubert@localhost) by gra-vd1.iram.es (8.14.3/8.13.8/Submit) id n4IHbuFH011827; Mon, 18 May 2009 19:37:56 +0200 Date: Mon, 18 May 2009 19:37:56 +0200 From: Gabriel Paubert To: Lennert Buytenhek Cc: David Miller , tbm@cyrius.com, pacman@kosh.dhis.org, netdev@vger.kernel.org, Matt Sealey , Benjamin Herrenschmidt , LinuxPPC Subject: [PATCH] Allow selecting mv643xx_eth on Pegasos again Message-ID: <20090518173756.GA11805@iram.es> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Since PPC_MUTIPLATFORM was removed, it was impossible to select the driver for mv643xx_eth on the Pegasos. Fix by allowing to select the driver on CHRP platforms; Pegasos is a CHRP platform and the driver will not work without arch/powerpc/platforms/chrp/pegasos_eth. Signed-off-by: Gabriel Paubert --- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 214a92d..6fc0ff4 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2351,7 +2351,7 @@ config UGETH_TX_ON_DEMAND config MV643XX_ETH tristate "Marvell Discovery (643XX) and Orion ethernet support" - depends on MV64360 || MV64X60 || (PPC_MULTIPLATFORM && PPC32) || PLAT_ORION + depends on MV64X60 || PPC_CHRP || PLAT_ORION select INET_LRO select PHYLIB help