Lines Matching refs:dependencies
24 Every entry has its own dependencies. These dependencies are used
44 the config option, input prompt, dependencies, help text and default
72 to the user. Optionally dependencies only for this prompt can be added
86 Optionally, dependencies only for this default value can be added with
115 Optionally dependencies for this default value can be added with "if".
117 - dependencies: "depends on" <expr>
120 dependencies are defined, they are connected with '&&'. Dependencies
133 - reverse dependencies: "select" <symbol> ["if" <expr>]
135 While normal dependencies reduce the upper limit of a symbol (see
136 below), reverse dependencies can be used to force a lower limit of
140 Reverse dependencies can only be used with boolean or tristate
145 a symbol to a value without visiting the dependencies.
149 (no prompts anywhere) and for symbols with no dependencies.
153 - weak reverse dependencies: "imply" <symbol> ["if" <expr>]
231 Menu dependencies
295 "Network device support". All subentries inherit the dependencies from
300 dependencies. If a menu entry somehow depends on the previous entry, it
427 possible options are dependencies.
437 information. The only possible options are dependencies and "visible"
509 config option to 'y' no matter the dependencies.
510 The dependencies are moved to the symbol GENERIC_IOMAP and we avoid the
552 Architecture and platform dependencies
562 controlling the compilation of a driver should contain proper dependencies,
576 Optional dependencies
707 with recursive dependencies.
726 evaluation of dependencies, for instance one such case was work to
732 dependencies and has led to dozens of committed fixes to Linux Kconfig files [11]_.