[PATCH] [Rev2] MPC5121 FEC support

Sam Ravnborg sam at ravnborg.org
Wed Jun 18 05:57:39 EST 2008


On Tue, Jun 17, 2008 at 02:33:28PM -0500, Scott Wood wrote:
> John Rigby wrote:
> > config FS_ENET
> >        tristate "Freescale Ethernet Driver"
> >-       depends on CPM1 || CPM2
> >+       depends on CPM1 || CPM2 || FS_ENET_MPC5121_FEC
> >        select MII
> >        select PHYLIB
> > 
> >+config FS_ENET_MPC5121_FEC
> >+	bool "Freescale MPC512x FEC driver"
> >+	depends on PPC_MPC512x
> >+	select FS_ENET
> >+	select PPC_CPM_NEW_BINDING
> >+	default y
> 
> No default y.
I by the way do not see the need for the prompt of FS_ENET.
Do you ever want to change it if one of the dependencies
are selected?

	Sam



More information about the Linuxppc-dev mailing list