Lines Matching refs:menu

48 A menu entry can have a number of attributes. Not all of them are
63 Every menu entry can have at most one prompt, which is used to display
70 Default values are not limited to the menu entry where they are
86 This defines a dependency for this menu entry. If multiple
88 are applied to all other options within this menu entry (which also
101 another symbol. The value of the current menu symbol is used as the
116 - limiting menu display: "visible if" <expr>
117 This attribute is only applicable to menu blocks, if the condition is
118 false, the menu block is not displayed to the user (the symbols
120 similar to a conditional "prompt" attribute for individual menu
139 which can modify the behaviour of the menu entry and its config
167 Dependencies define the visibility of a menu entry and can also reduce
195 respectively for calculations). A menu entry becomes visible when its
209 The position of a menu entry in the tree is determined in two ways. First
212 menu "Network device support"
220 All entries within the "menu" ... "endmenu" block become a submenu of
222 the menu entry, e.g. this means the dependency "NET" is added to the
225 The other way to generate the menu structure is done by analyzing the
226 dependencies. If a menu entry somehow depends on the previous entry, it
252 The configuration file describes a series of menu entries, where every
254 end a menu entry:
259 - menu/endmenu
263 The first five also start the definition of a menu entry.
311 menu:
313 "menu" <prompt>
314 <menu options>
315 <menu block>
318 This defines a menu block, see "Menu structure" above for more
329 to all enclosed menu entries.