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
90 Optionally, dependencies only for this default value can be added with
119 Optionally dependencies for this default value can be added with "if".
121 - dependencies: "depends on" <expr>
124 dependencies are defined, they are connected with '&&'. Dependencies
137 - reverse dependencies: "select" <symbol> ["if" <expr>]
139 While normal dependencies reduce the upper limit of a symbol (see
140 below), reverse dependencies can be used to force a lower limit of
144 Reverse dependencies can only be used with boolean or tristate
149 a symbol to a value without visiting the dependencies.
153 (no prompts anywhere) and for symbols with no dependencies.
163 - weak reverse dependencies: "imply" <symbol> ["if" <expr>]
245 Menu dependencies
309 "Network device support". All subentries inherit the dependencies from
314 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]_.