Lines Matching refs:can
37 Every line starts with a key word and can be followed by multiple
39 define attributes for this config option. Attributes can be the type of
41 values. A config option can be defined multiple times with the same
42 name, but every definition can have only a single input prompt and the
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
64 to the user. Optionally dependencies only for this prompt can be added
68 A config option can have any number of default values. If multiple
71 defined. This means the default can be defined somewhere else or be
75 prompt is visible the default value is presented to the user and can
77 Optionally, dependencies only for this default value can be added with
83 Optionally dependencies for this default value can be added with "if".
100 below), reverse dependencies can be used to force a lower limit of
102 minimal value <symbol> can be set to. If <symbol> is selected multiple
104 Reverse dependencies can only be used with boolean or tristate
119 contained there can still be selected by other symbols, though). It is
125 and hex symbols. The user can only input a value which is larger than
138 Various less common options can be defined via this option syntax,
139 which can modify the behaviour of the menu entry and its config
143 This declares a list of default entries which can be used when
157 to the build environment (if this is desired, it can be done via
167 Dependencies define the visibility of a menu entry and can also reduce
194 An expression can have a value of 'n', 'm' or 'y' (or 0, 1, 2
204 other character is allowed and the quotes can be escaped using '\'.
210 it can be specified explicitly:
227 can be made a submenu of it. First, the previous (parent) symbol must
289 options. A choice can only be of type bool or tristate, while a boolean
292 can be used if multiple drivers for a single hardware exists and only a
293 single driver can be compiled/loaded into the kernel, but all drivers
294 can be compiled as modules.
297 If no [symbol] is associated with a choice, then you can not have multiple
410 into a recursive dependency issue with Kconfig, a recursive dependency can be
453 The resolution to a) can be tested with the sample Kconfig file
457 some dependency criteria, for such cases you can work with solution b).
459 The two different resolutions for b) can be tested in the sample Kconfig file
498 evaluating the use of a full SAT solver for it. A full SAT solver can be
522 Having well defined semantics can be useful for tools for practical