Re: more thoughts on kernel config organization

Roman Zippel (zippel@linux-m68k.org)
Sun, 12 Jan 2003 18:12:19 +0100


Hi,

"Robert P. J. Day" wrote:

> also, there are at least a couple places in that xconfig
> meny that seem incorrectly-structured. example: ext3 -> JBD.
> JBD is a sub-option of ext3, but it shows up at the same
> indentation level. it should, based on hierarchy, be one
> level indented, at the same level as ext3 extended attributes
> to be a proper sub-option.
>
> same complaint about VFAT being a sub-option of DOS FAT fs
> support, but not being indented properly.

You always have to remember that the dependency information is used to
generate the menu structure. If you enable "Show All Options" in
xconfig, you can easily find out what's preventing a correct menu
structure. E.g. for VFAT you have two possibilities, move down the
UMSDOS_FS entry or add "depends on FAT_FS" to it.
If you want one config entry to appear as a child of another entry, it
must have at least that other entry in its dependency list.

bye, Roman

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