Re: [PATCH] Kconfig fix (BLK_DEV_FD dependencies)

From: Roman Zippel
Date: Tue Sep 06 2005 - 11:13:57 EST


Hi,

On Tue, 6 Sep 2005 viro@xxxxxxxxxxxxxxxxxx wrote:

> # there's a glue for PC-like FDC
> allow BLD_DEV_FD
>
> If you insist on having dummy config around allow/select, I don't see any
> real benefits in using "allow" form...

It has to be in some context, otherwise Kconfig can't tell whether it
belongs to the previous config or stands alone.
At the very last it needs something so it can be internally translated to

config y
tristate
allow BLD_DEV_FD

OTOH every arch already defines a "config <arch>", where things like this
can be added.

bye, Roman
-
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/