linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* drivers/net/fec_8xx config problem
@ 2008-04-30 19:19 Becky Bruce
  2008-04-30 19:20 ` Scott Wood
  0 siblings, 1 reply; 6+ messages in thread
From: Becky Bruce @ 2008-04-30 19:19 UTC (permalink / raw)
  To: pantelis.antoniou, jengelh; +Cc: linuxppc-dev@ozlabs.org list

I just noticed that the fec_8xx driver is not currently reachable via  
menuconfig because it depends on 8XX instead of 8xx.  It looks like  
this change occurred in commit  
d1c0a65fb597697d1fbce4eadf42b84f70483edc, almost a year ago:

diff --git a/drivers/net/fec_8xx/Kconfig b/drivers/net/fec_8xx/Kconfig
index a84c232..afb34de 100644
--- a/drivers/net/fec_8xx/Kconfig+++ b/drivers/net/fec_8xx/Kconfig
@@ -1,6 +1,6 @@
  config FEC_8XX
         tristate "Motorola 8xx FEC driver"
-       depends on NET_ETHERNET && 8xx
+       depends on 8XX
         select MII


Since nobody has noticed this problem, I'm wondering if this driver  
is still in (infrequent) use, or if it's been superseded and should  
be removed, or if I'm just completely missing something with respect  
to the use of "8XX" instead of "8xx".

I'm happy to submit a patch to correct this, I'm just not sure what  
the right answer is.

Thanks,
Becky

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: drivers/net/fec_8xx config problem
  2008-04-30 19:19 drivers/net/fec_8xx config problem Becky Bruce
@ 2008-04-30 19:20 ` Scott Wood
  2008-04-30 19:24   ` Becky Bruce
  0 siblings, 1 reply; 6+ messages in thread
From: Scott Wood @ 2008-04-30 19:20 UTC (permalink / raw)
  To: Becky Bruce; +Cc: linuxppc-dev@ozlabs.org list, jengelh

On Wed, Apr 30, 2008 at 02:19:21PM -0500, Becky Bruce wrote:
> I just noticed that the fec_8xx driver is not currently reachable via  
> menuconfig because it depends on 8XX instead of 8xx.
[snip]
> Since nobody has noticed this problem, I'm wondering if this driver  
> is still in (infrequent) use, or if it's been superseded and should  
> be removed, or if I'm just completely missing something with respect  
> to the use of "8XX" instead of "8xx".

It's been superseded by drivers/net/fs_enet.

-Scott

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: drivers/net/fec_8xx config problem
  2008-04-30 19:24   ` Becky Bruce
@ 2008-04-30 19:23     ` Scott Wood
  2008-04-30 20:21       ` Jan Engelhardt
  2008-05-01  5:47       ` Vitaly Bordug
  0 siblings, 2 replies; 6+ messages in thread
From: Scott Wood @ 2008-04-30 19:23 UTC (permalink / raw)
  To: Becky Bruce; +Cc: linuxppc-dev@ozlabs.org list, jengelh

On Wed, Apr 30, 2008 at 02:24:19PM -0500, Becky Bruce wrote:
> 
> On Apr 30, 2008, at 2:20 PM, Scott Wood wrote:
> >On Wed, Apr 30, 2008 at 02:19:21PM -0500, Becky Bruce wrote:
> >>I just noticed that the fec_8xx driver is not currently reachable via
> >>menuconfig because it depends on 8XX instead of 8xx.
> >[snip]
> >>Since nobody has noticed this problem, I'm wondering if this driver
> >>is still in (infrequent) use, or if it's been superseded and should
> >>be removed, or if I'm just completely missing something with respect
> >>to the use of "8XX" instead of "8xx".
> >
> >It's been superseded by drivers/net/fs_enet.
> 
> Is there any reason we haven't removed it?

To keep arch/ppc/8xx_io company? :-)

> If not, I can push a patch to yank it.

I have no objection.

-Scott

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: drivers/net/fec_8xx config problem
  2008-04-30 19:20 ` Scott Wood
@ 2008-04-30 19:24   ` Becky Bruce
  2008-04-30 19:23     ` Scott Wood
  0 siblings, 1 reply; 6+ messages in thread
From: Becky Bruce @ 2008-04-30 19:24 UTC (permalink / raw)
  To: Scott Wood; +Cc: linuxppc-dev@ozlabs.org list, jengelh


On Apr 30, 2008, at 2:20 PM, Scott Wood wrote:
> On Wed, Apr 30, 2008 at 02:19:21PM -0500, Becky Bruce wrote:
>> I just noticed that the fec_8xx driver is not currently reachable via
>> menuconfig because it depends on 8XX instead of 8xx.
> [snip]
>> Since nobody has noticed this problem, I'm wondering if this driver
>> is still in (infrequent) use, or if it's been superseded and should
>> be removed, or if I'm just completely missing something with respect
>> to the use of "8XX" instead of "8xx".
>
> It's been superseded by drivers/net/fs_enet.

Is there any reason we haven't removed it?  If not, I can push a  
patch to yank it.

Cheers,
B

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: drivers/net/fec_8xx config problem
  2008-04-30 19:23     ` Scott Wood
@ 2008-04-30 20:21       ` Jan Engelhardt
  2008-05-01  5:47       ` Vitaly Bordug
  1 sibling, 0 replies; 6+ messages in thread
From: Jan Engelhardt @ 2008-04-30 20:21 UTC (permalink / raw)
  To: Scott Wood; +Cc: linuxppc-dev@ozlabs.org list


On Wednesday 2008-04-30 21:23, Scott Wood wrote:
>> On Apr 30, 2008, at 2:20 PM, Scott Wood wrote:
>> >On Wed, Apr 30, 2008 at 02:19:21PM -0500, Becky Bruce wrote:
>> >>I just noticed that the fec_8xx driver is not currently reachable via
>> >>menuconfig because it depends on 8XX instead of 8xx.
>> >[snip]
>> >>Since nobody has noticed this problem, I'm wondering if this driver
>> >>is still in (infrequent) use, or if it's been superseded and should
>> >>be removed, or if I'm just completely missing something with respect
>> >>to the use of "8XX" instead of "8xx".

Blame those developers who had the brilliant idea of using lowercase in
kconfig symbols (these things emit cosmic particles en masse!) :-)

arch/arm/mach-pxa/Kconfig:config PXA3xx

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: drivers/net/fec_8xx config problem
  2008-04-30 19:23     ` Scott Wood
  2008-04-30 20:21       ` Jan Engelhardt
@ 2008-05-01  5:47       ` Vitaly Bordug
  1 sibling, 0 replies; 6+ messages in thread
From: Vitaly Bordug @ 2008-05-01  5:47 UTC (permalink / raw)
  To: Scott Wood; +Cc: jengelh, linuxppc-dev@ozlabs.org list

On Wed, 30 Apr 2008 14:23:29 -0500
Scott Wood wrote:

> On Wed, Apr 30, 2008 at 02:24:19PM -0500, Becky Bruce wrote:
> > 
> > On Apr 30, 2008, at 2:20 PM, Scott Wood wrote:
> > >On Wed, Apr 30, 2008 at 02:19:21PM -0500, Becky Bruce wrote:
> > >>I just noticed that the fec_8xx driver is not currently reachable
> > >>via menuconfig because it depends on 8XX instead of 8xx.
> > >[snip]
> > >>Since nobody has noticed this problem, I'm wondering if this
> > >>driver is still in (infrequent) use, or if it's been superseded
> > >>and should be removed, or if I'm just completely missing
> > >>something with respect to the use of "8XX" instead of "8xx".
> > >
> > >It's been superseded by drivers/net/fs_enet.
> > 
> > Is there any reason we haven't removed it?
> 
> To keep arch/ppc/8xx_io company? :-)
> 
> > If not, I can push a patch to yank it.
> 
> I have no objection.

I am OK with this too. Should have been done long ago, but who likes janitorial stuff :)

-Vitaly

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-05-01  6:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-30 19:19 drivers/net/fec_8xx config problem Becky Bruce
2008-04-30 19:20 ` Scott Wood
2008-04-30 19:24   ` Becky Bruce
2008-04-30 19:23     ` Scott Wood
2008-04-30 20:21       ` Jan Engelhardt
2008-05-01  5:47       ` Vitaly Bordug

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).