Lines Matching full:dependency
119 This defines a dependency for this menu entry. If multiple
157 from a direct dependency or with a visible prompt.
198 FOO should imply not only BAZ, but also its dependency BAR::
252 module state. Dependency expressions have the following syntax::
311 the menu entry, e.g. this means the dependency "NET" is added to the
312 dependency list of the config option NETDEVICES.
317 be part of the dependency list and then one of these two conditions
390 dependency, but will not appear under menuconfig M anymore, because
461 This defines an if block. The dependency expression <expr> is appended
532 to describe the dependency on the compiler feature is to use "depends on"
556 Kconfig recursive dependency limitations
559 If you've hit the Kconfig error: "recursive dependency detected" you've run
560 into a recursive dependency issue with Kconfig, a recursive dependency can be
561 summarized as a circular dependency. The kconfig tools need to ensure that
567 dependency resolution; this has a few implications for Kconfig file writers.
599 b) Match dependency semantics:
609 some dependency criteria, for such cases you can work with solution b).
654 desirable to enable more complex dependency mappings and / or queries,
656 the current known recursive dependency issues. It is not known if this would
658 solver proves too complex or that it cannot address recursive dependency issues