Re: FEC_MPC52xx_MDIO oddness.

2007-10-31 Thread Gabriel C
Domen Puncer wrote: > On 31/10/07 17:30 +0100, Gabriel C wrote: >> Domen Puncer wrote: >>> On 31/10/07 10:22 -0400, Dave Jones wrote: The Kconfig for this reads.. +config FEC_MPC52xx_MDIO + bool "MPC52xx FEC MDIO bus driver" + depends on FEC_MPC52xx +

Re: FEC_MPC52xx_MDIO oddness.

2007-10-31 Thread Randy Dunlap
On Wed, 31 Oct 2007 17:42:32 +0100 Domen Puncer wrote: > On 31/10/07 17:30 +0100, Gabriel C wrote: > > Domen Puncer wrote: > > > On 31/10/07 10:22 -0400, Dave Jones wrote: > > >> The Kconfig for this reads.. > > >> > > >> +config FEC_MPC52xx_MDIO > > >> + bool "MPC52xx FEC MDIO bus driver" >

Re: FEC_MPC52xx_MDIO oddness.

2007-10-31 Thread Domen Puncer
On 31/10/07 17:30 +0100, Gabriel C wrote: > Domen Puncer wrote: > > On 31/10/07 10:22 -0400, Dave Jones wrote: > >> The Kconfig for this reads.. > >> > >> +config FEC_MPC52xx_MDIO > >> + bool "MPC52xx FEC MDIO bus driver" > >> + depends on FEC_MPC52xx > >> + default y > >> +

Re: FEC_MPC52xx_MDIO oddness.

2007-10-31 Thread Gabriel C
Domen Puncer wrote: > On 31/10/07 10:22 -0400, Dave Jones wrote: >> The Kconfig for this reads.. >> >> +config FEC_MPC52xx_MDIO >> + bool "MPC52xx FEC MDIO bus driver" >> + depends on FEC_MPC52xx >> + default y >> + ---help--- >> + The MPC5200's FEC can connect to th

Re: FEC_MPC52xx_MDIO oddness.

2007-10-31 Thread Domen Puncer
On 31/10/07 10:22 -0400, Dave Jones wrote: > The Kconfig for this reads.. > > +config FEC_MPC52xx_MDIO > + bool "MPC52xx FEC MDIO bus driver" > + depends on FEC_MPC52xx > + default y > + ---help--- > + The MPC5200's FEC can connect to the Ethernet either with > +

FEC_MPC52xx_MDIO oddness.

2007-10-31 Thread Dave Jones
The Kconfig for this reads.. +config FEC_MPC52xx_MDIO + bool "MPC52xx FEC MDIO bus driver" + depends on FEC_MPC52xx + default y + ---help--- + The MPC5200's FEC can connect to the Ethernet either with + an external MII PHY chip or 10 Mbps 7-wire interface +