Re: [RFC] top-level config menu dependencies

From: Roman Zippel (zippel@linux-m68k.org)
Date: Thu Jan 02 2003 - 08:32:36 EST


Hi,

Tomas Szepe wrote:

> While converting the way submenus appear in menuconfig depending on
> their main, parent config option, I stumbled upon certain subsystems
> (such as MTD or IrDA) that should clearly have an on/off switch directly
> in the main menu so that one doesn't have to enter the corresponding
> submenus to even see if they're enabled or disabled.
>
> Since the new kernel configurator would have no problems with such
> a setup, I'm posting this RFC to get the general opinion on whether
> this should be carried on with. I'm willing to create and send in
> the patches.

While all config programs should be able to handle this, it might look a
bit strange. Especially the split view of xconfig relies a bit on the
current organisation of the config data.
My idea to handle this would be to turn e.g.:

menu "Memory Technology Devices (MTD)"

config MTD
        tristate "Memory Technology Device (MTD) support"

into something like this:

menuconfig MTD
        tristate "Memory Technology Device (MTD) support"

This would give the front ends the most flexibility. The required
changes are quite small, so it should be doable for 2.6. I'm not
completely sure about the syntax yet, but above is the most likely
version.

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/



This archive was generated by hypermail 2b29 : Tue Jan 07 2003 - 22:00:17 EST