Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751196AbWIUEEt (ORCPT ); Thu, 21 Sep 2006 00:04:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751204AbWIUEEt (ORCPT ); Thu, 21 Sep 2006 00:04:49 -0400 Received: from de01egw01.freescale.net ([192.88.165.102]:30180 "EHLO de01egw01.freescale.net") by vger.kernel.org with ESMTP id S1751199AbWIUEEr (ORCPT ); Thu, 21 Sep 2006 00:04:47 -0400 Subject: [patch 1/3 v2] Add tsi108 On Chip Ethernet device driver support From: Zang Roy-r61911 To: jgarzik Cc: netdev , linux-kernel , Andrew Morton In-Reply-To: <1158051327.14448.93.camel@localhost.localdomain> References: <1157962200.10526.10.camel@localhost.localdomain> <1158051327.14448.93.camel@localhost.localdomain> Content-Type: text/plain Organization: Message-Id: <1158811476.10823.43.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 21 Sep 2006 12:04:36 +0800 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 21 Sep 2006 04:04:42.0350 (UTC) FILETIME=[10EA50E0:01C6DD33] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1996 Lines: 58 The Tundra Semiconductor Corporation (Tundra) Tsi108/9 is a host bridge for PowerPC processors that offers numerous system interconnect options for embedded application designers . The Tsi108/9 can interconnect 60x or MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet, and Flash. Tsi108/109 is used on powerpc/mpc7448hpc2 platform. The following patch provides Tsi108/9 on chip Ethernet chip driver config and Makefile. Signed-off-by: Alexandre Bounine Signed-off-by: Roy Zang -- drivers/net/Kconfig | 8 ++++++++ drivers/net/Makefile | 1 + 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index a2bd811..eb17060 100644 -- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2221,6 +2221,14 @@ config SPIDER_NET This driver supports the Gigabit Ethernet chips present on the Cell Processor-Based Blades from IBM. +config TSI108_ETH + tristate "Tundra TSI108 gigabit Ethernet support" + depends on TSI108_BRIDGE + help + This driver supports Tundra TSI108 gigabit Ethernet ports. + To compile this driver as a module, choose M here: the module + will be called tsi108_eth. + config GIANFAR tristate "Gianfar Ethernet" depends on 85xx || 83xx || PPC_86xx diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 8427bf9..da199e7 100644 -- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -112,6 +112,7 @@ obj-$(CONFIG_B44) += b44.o obj-$(CONFIG_FORCEDETH) += forcedeth.o obj-$(CONFIG_NE_H8300) += ne-h8300.o 8390.o +obj-$(CONFIG_TSI108_ETH) += tsi108_eth.o obj-$(CONFIG_MV643XX_ETH) += mv643xx_eth.o obj-$(CONFIG_PPP) += ppp_generic.o slhc.o -- 1.4.0 - 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/