[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080618050053.GA19359@uranus.ravnborg.org>
Date: Wed, 18 Jun 2008 07:00:53 +0200
From: Sam Ravnborg <sam@...nborg.org>
To: Trent Piepho <tpiepho@...escale.com>
Cc: Scott Wood <scottwood@...escale.com>,
John Rigby <jrigby@...escale.com>, linuxppc-dev@...abs.org,
jeff@...zik.org, netdev@...r.kernel.org
Subject: Re: [PATCH] [Rev2] MPC5121 FEC support
> >
> >I'm not sure I understand what you're looking for, but I don't see
> >anything wrong with something like this (apart from missing help text):
> >
> >config FS_ENET
> > bool
> > select MII
> > select PHYLIB
> >
> >config FS_ENET_HAS_SCC
> > bool "Freescale CPM SCC Ethernet"
> > depends on CPM1 || CPM2
> > select FS_ENET
>
> What prevents me from turning on FS_ENET_HAS_SCC without MII or PHYLIB?
Nothing.
But if set FS_ENET_HAS_SCC to 'y' then kconfig will select FS_ENET
which again will select MII and PHYLIB.
Sam
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists