On 15.1.2011 22:35, Filip Honckiewicz wrote: > I just want to ask you - Great Developers - where is the end of > "menuconfig" entry scope? I read kconfig-language.txt, but there are > some lacks in documentation, so I don't know which (and why?) > suboption is the last suboption of menuconfig. Is this defined by end > of Kconfig file or what? "menuconfig" does not start a block, semantically it is equivalent to "config". Kconfig is able to derive the menu structure from dependencies, see "Menu structure" in kconfig-language.txt, config/menuconfig only influence how the resulting menu is rendered in the frontends. E.g. 'make nconfig' and 'make menuconfig' frontends display the menu like [*] Foo [ ] Bar [ ] Baz if Foo is "config", and [*] Foo ---> (Bar and Baz hidden in the submenu) if Foo is "menuconfig". hth, Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html