Lines Matching refs:dependency
107 This defines a dependency for this menu entry. If multiple
140 from a direct dependency or with a visible prompt.
270 the menu entry, e.g. this means the dependency "NET" is added to the
271 dependency list of the config option NETDEVICES.
276 be part of the dependency list and then one of these two conditions
345 dependency, but will not appear under menuconfig M anymore, because
416 This defines an if block. The dependency expression <expr> is appended
486 to describe the dependency on the compiler feature is to use "depends on"
510 Kconfig recursive dependency limitations
513 If you've hit the Kconfig error: "recursive dependency detected" you've run
514 into a recursive dependency issue with Kconfig, a recursive dependency can be
515 summarized as a circular dependency. The kconfig tools need to ensure that
521 dependency resolution; this has a few implications for Kconfig file writers.
553 b) Match dependency semantics:
561 some dependency criteria, for such cases you can work with solution b).
603 desirable to enable more complex dependency mappings and / or queries,
605 the current known recursive dependency issues. It is not known if this would
607 solver proves too complex or that it cannot address recursive dependency issues