Lines Matching refs:dependency
119 This defines a dependency for this menu entry. If multiple
157 from a direct dependency or with a visible prompt.
293 the menu entry, e.g. this means the dependency "NET" is added to the
294 dependency list of the config option NETDEVICES.
299 be part of the dependency list and then one of these two conditions
372 dependency, but will not appear under menuconfig M anymore, because
443 This defines an if block. The dependency expression <expr> is appended
514 to describe the dependency on the compiler feature is to use "depends on"
538 Kconfig recursive dependency limitations
541 If you've hit the Kconfig error: "recursive dependency detected" you've run
542 into a recursive dependency issue with Kconfig, a recursive dependency can be
543 summarized as a circular dependency. The kconfig tools need to ensure that
549 dependency resolution; this has a few implications for Kconfig file writers.
581 b) Match dependency semantics:
591 some dependency criteria, for such cases you can work with solution b).
635 desirable to enable more complex dependency mappings and / or queries,
637 the current known recursive dependency issues. It is not known if this would
639 solver proves too complex or that it cannot address recursive dependency issues