2005-11-06 19:36:47

by Parag Warudkar

[permalink] [raw]
Subject: [PATCH] FEC_8xx dependency on CONFIG_PPC

Just noticed that make allmodconfig breaks on i386 due to the FEC_8xx
driver.

I don't know much about FEC_8xx but I have a feeling that's because it is
intended only for PPC boxes.

A simple change to drivers/net/fec_8xx/Kconfig to make it dependent on PPC
in addition to NET_ETHERNET allows make allmodconfig to build.

Please suggest if the attached patch is Ok.

Parag


Attachments:
patch-fec_8xx-Kconfig (352.00 B)

2005-11-06 20:36:57

by Parag Warudkar

[permalink] [raw]
Subject: Re: [PATCH] FEC_8xx dependency on CONFIG_PPC


On Nov 6, 2005, at 1:41 PM, Parag Warudkar wrote:

> Just noticed that make allmodconfig breaks on i386 due to the
> FEC_8xx driver.
>
> I don't know much about FEC_8xx but I have a feeling that's because
> it is intended only for PPC boxes.
>
> A simple change to drivers/net/fec_8xx/Kconfig to make it dependent
> on PPC in addition to NET_ETHERNET allows make allmodconfig to build.
>
> Please suggest if the attached patch is Ok.
>
> Parag
> <patch-fec_8xx-Kconfig>

Dunno how Pine put that wrong sender email in, sending from normal
place this time to correct it - sorry about that.

Parag