Lines Matching full:are
20 Every entry has its own dependencies. These dependencies are used
48 A menu entry can have a number of attributes. Not all of them are
52 Every config option must have a type. There are only two basic types:
53 tristate and string; the other types are based on these two. The type
55 are equivalent:
69 default values are visible, only the first defined one is active.
70 Default values are not limited to the menu entry where they are
87 dependencies are defined, they are connected with '&&'. Dependencies
88 are applied to all other options within this menu entry (which also
89 accept an "if" expression), so these two examples are equivalent:
109 By abusing select you are able to select a symbol FOO even
131 The following values are possible:
168 symbol. These options are currently possible:
208 Expressions are listed in decreasing order of precedence.
211 are simply converted into the respective expression values. All
213 (2) If the values of both symbols are equal, it returns 'y',
215 (3) If the values of both symbols are equal, it returns 'n',
226 There are two types of symbols: constant and non-constant symbols.
227 Non-constant symbols are the most common ones and are defined with the
230 Constant symbols are only part of expressions. Constant symbols are
377 possible options are dependencies.
387 information. The only possible options are dependencies and "visible"
422 It is a common idiom to implement a feature/functionality that are
453 The dependencies are moved to the symbol GENERIC_IOMAP and we avoid the
473 that kconfig must determine the values that are possible for all Kconfig