Lines Matching full: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
147 contained there can still be selected by other symbols, though). It is
153 and hex symbols. The user can only input a value which is larger than
166 Various less common options can be defined via this option syntax,
167 which can modify the behaviour of the menu entry and its config
171 This declares a list of default entries which can be used when
185 to the build environment (if this is desired, it can be done via
195 Dependencies define the visibility of a menu entry and can also reduce
222 An expression can have a value of 'n', 'm' or 'y' (or 0, 1, 2
232 other character is allowed and the quotes can be escaped using '\'.
238 it can be specified explicitly:
255 can be made a submenu of it. First, the previous (parent) symbol must
352 options. A choice can only be of type bool or tristate. If no type is
359 to be set to 'm'. This can be used if multiple drivers for a single
360 hardware exists and only a single driver can be compiled/loaded into
361 the kernel, but all drivers can be compiled as modules.
365 If no [symbol] is associated with a choice, then you can not have multiple
470 into a recursive dependency issue with Kconfig, a recursive dependency can be
514 The resolution to a) can be tested with the sample Kconfig file
518 some dependency criteria, for such cases you can work with solution b).
520 The two different resolutions for b) can be tested in the sample Kconfig file
559 evaluating the use of a full SAT solver for it. A full SAT solver can be
583 Having well defined semantics can be useful for tools for practical