Lines Matching refs:dependency
86 This defines a dependency for this menu entry. If multiple
222 the menu entry, e.g. this means the dependency "NET" is added to the
223 dependency list of the config option NETDEVICES.
228 be part of the dependency list and then one of these two conditions
245 visible when MODULES is visible (the (empty) dependency of MODULES is
327 This defines an if block. The dependency expression <expr> is appended
397 Kconfig recursive dependency limitations
400 If you've hit the Kconfig error: "recursive dependency detected" you've run
401 into a recursive dependency issue with Kconfig, a recursive dependency can be
402 summarized as a circular dependency. The kconfig tools need to ensure that
408 dependency resolution; this has a few implications for Kconfig file writers.
440 b) Match dependency semantics:
448 some dependency criteria, for such cases you can work with solution b).
490 desirable to enable more complex dependency mappings and / or queries,
492 the current known recursive dependency issues. It is not known if this would
494 solver proves too complex or that it cannot address recursive dependency issues