Hello Kiran, On Fri, 23 Jun 2006 19:19:00 -0700 Kiran Thota <Kiran_Thota@xxxxxxxxxxxxxx> wrote: > > - Based on linux-2.6.12 from http://www.linux-mips.org/pub/linux/mips/kernel/v2.6/linux-2.6.12.tar.gz > - Rewritten clean driver for PMC MSP85x0 gigabit ethernet driver (planning a rewritten titan driver) \ > source, Kconfig and makefile. Will remove dependency on TITAN_GE flag with future titan driver. > > > Signed-off-by: Kiran Kumar Thota <Kiran_Thota@xxxxxxxxxxxxxx> > > diff -Naur a/drivers/net/Kconfig b/drivers/net/Kconfig > --- a/drivers/net/Kconfig 2005-07-11 11:28:10.000000000 -0700 > +++ b/drivers/net/Kconfig 2006-06-22 11:48:21.000000000 -0700 > @@ -2098,7 +2098,7 @@ > > config TITAN_GE > bool "PMC-Sierra TITAN Gigabit Ethernet Support" > - depends on PMC_YOSEMITE > + depends on PMC_YOSEMITE || PMC_SEQUOIA > help > This enables support for the the integrated ethernet of > PMC-Sierra's Titan SoC. > diff -Naur a/drivers/net/Makefile b/drivers/net/Makefile > --- a/drivers/net/Makefile 2005-07-11 11:28:10.000000000 -0700 > +++ b/drivers/net/Makefile 2006-06-22 11:48:21.000000000 -0700 > @@ -103,7 +103,8 @@ > obj-$(CONFIG_GALILEO_64240_ETH) += gt64240eth.o > obj-$(CONFIG_MV64340_ETH) += mv64340_eth.o > obj-$(CONFIG_BIG_SUR_FE) += big_sur_ge.o > -obj-$(CONFIG_TITAN_GE) += titan_mdio.o titan_ge.o > +obj-$(CONFIG_PMC_SEQUOIA) += titan_mdio.o msp85x0_ge.o > +#obj-$(CONFIG_TITAN_GE) += titan_mdio.o titan_ge.o > > obj-$(CONFIG_PPP) += ppp_generic.o slhc.o > obj-$(CONFIG_PPP_ASYNC) += ppp_async.o I think that you shold add a new config for msp85x0_ge. Yoichi