Re: [2.6 patch] let W1 select NET

From: Cornelia Huck
Date: Fri Aug 13 2004 - 10:47:39 EST


On Fri, 13 Aug 2004 19:10:00 +0400
Evgeniy Polyakov <johnpol@xxxxxxxxxxx> wrote:

> It is just not a good example.
> In other words - it is bad config dependencies.
> You just caught error.
> Not very good example with depends:
>
> config A
> depends on B
> config B
> depends on C
> config C
> depends on A
>
> Just do not create wrong dependencies - although it sounds like "do
> not create deadlocks".

Hm, none too easy with configurations spread over multiple files :) - however, should select really be able to activate an option with unmet dependencies?

(and iirc, you are warned about circular dependencies?)

Regards,
Cornelia
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/