Lines Matching full:be
34 Usually, modules have to be recompiled whenever you switch to a new
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
64 to the user. Optionally dependencies only for this prompt can be added
71 defined. This means the default can be defined somewhere else or be
76 be overridden by him.
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
107 select should be used with care. select will force
118 symbol except that the "implied" symbol's value may still be set to n
147 contained there can still be selected by other symbols, though). It is
166 Various less common options can be defined via this option syntax,
171 This declares a list of default entries which can be used when
176 This declares the symbol to be used as the MODULES symbol, which
185 to the build environment (if this is desired, it can be done via
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
256 be part of the dependency list and then one of these two conditions
257 must be true:
259 - the child entry must only be visible, if the parent is visible
304 hint to front ends, that all suboptions should be displayed as a
352 options. A choice can only be of type bool or tristate. If no type is
353 specified for a choice, it's type will be determined by the type of
357 While a boolean choice only allows a single config entry to be
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.
364 choice to 'n' and no entry needs to be selected.
410 to use it. It should be placed at the top of the configuration, before any
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
517 since CORE_BELL_A depends on CORE. At times it may not be possible to remove
520 The two different resolutions for b) can be tested in the sample Kconfig file
552 (2) That seems to be the gist of that fix.
559 evaluating the use of a full SAT solver for it. A full SAT solver can be
561 for instance on possible use case for a SAT solver could be that of handling
580 the use of the xconfig configurator [1]. Work should be done to confirm if
583 Having well defined semantics can be useful for tools for practical
614 desirable on Kconfig one approach would be to evaluate repurposing such efforts