Lines Matching full:symbol
74 symbol, meaning its value cannot be directly changed by the user (such as
86 The default value is only assigned to the config symbol if no other
137 - reverse dependencies: "select" <symbol> ["if" <expr>]
139 While normal dependencies reduce the upper limit of a symbol (see
141 another symbol. The value of the current menu symbol is used as the
142 minimal value <symbol> can be set to. If <symbol> is selected multiple
149 a symbol to a value without visiting the dependencies.
150 By abusing select you are able to select a symbol FOO even
157 If "select" <symbol> is followed by "if" <expr>, <symbol> will be
158 selected by the logical AND of the value of the current menu symbol
163 - weak reverse dependencies: "imply" <symbol> ["if" <expr>]
166 symbol except that the "implied" symbol's value may still be set to n
205 Note: If "imply" <symbol> is followed by "if" <expr>, the default of <symbol>
206 will be the logical AND of the value of the current menu symbol and <expr>.
217 - numerical ranges: "range" <symbol> <symbol> ["if" <expr>]
221 or equal to the first symbol and smaller than or equal to the second
222 symbol.
231 This declares the symbol to be used as the MODULES symbol, which
233 At most one symbol may have the "modules" option set.
243 <expr> ::= <symbol> (1)
244 <symbol> '=' <symbol> (2)
245 <symbol> '!=' <symbol> (3)
257 (1) Convert the symbol into an expression. Boolean and tristate symbols
259 other symbol types result in 'n'.
305 can be made a submenu of it. First, the previous (parent) symbol must
346 "config" <symbol>
349 This defines a config symbol <symbol> and accepts any of above
354 "menuconfig" <symbol>
361 from the <config options> list must depend on the menuconfig symbol.
500 The dependencies are moved to the symbol GENERIC_IOMAP and we avoid the
501 situation where select forces a symbol equals to 'y'.
523 To restrict a component build to module-only, qualify its config symbol
533 If a config symbol has a dependency, but the code controlled by the config
534 symbol can still be compiled if the dependency is not met, it is encouraged to
553 limiting the visibility of the symbol to (a superset of) the platform(s) the
585 the same dependency, a helper symbol can be used, like::