Lines Matching refs:menu
52 A menu entry can have a number of attributes. Not all of them are
71 Every menu entry can have at most one prompt, which is used to display
83 Default values are not limited to the menu entry where they are
123 This defines a dependency for this menu entry. If multiple
125 are applied to all other options within this menu entry (which also
141 another symbol. The value of the current menu symbol is used as the
158 selected by the logical AND of the value of the current menu symbol
216 will be the logical AND of the value of the current menu symbol and <expr>.
219 - limiting menu display: "visible if" <expr>
221 This attribute is only applicable to menu blocks, if the condition is
222 false, the menu block is not displayed to the user (the symbols
224 similar to a conditional "prompt" attribute for individual menu
248 Dependencies define the visibility of a menu entry and can also reduce
283 respectively for calculations). A menu entry becomes visible when its
297 The position of a menu entry in the tree is determined in two ways. First
300 menu "Network device support"
308 All entries within the "menu" ... "endmenu" block become a submenu of
310 the menu entry, e.g. this means the dependency "NET" is added to the
313 The other way to generate the menu structure is done by analyzing the
314 dependencies. If a menu entry somehow depends on the previous entry, it
340 The configuration file describes a series of menu entries, where every
342 end a menu entry:
348 - menu/endmenu
352 The first five also start the definition of a menu entry.
429 menu::
431 "menu" <prompt>
432 <menu options>
433 <menu block>
436 This defines a menu block, see "Menu structure" above for more
447 to all enclosed menu entries.