Lines Matching full:on

16 	|     +- Set version information on all module symbols
31 bool "Set version information on all module symbols"
32 depends on MODULES
53 tristate and string; the other types are based on these two. The type
85 - dependencies: "depends on" <expr>
94 depends on BAR
110 if FOO depends on BAR that is not set.
113 That will limit the usefulness but on the other hand avoid
117 This is similar to "select" as it enforces a lower limit on another
129 depends on BAR
241 depends on NET
254 dependencies. If a menu entry somehow depends on the previous entry, it
265 bool "Set version information on all module symbols"
266 depends on MODULES
269 depends on !MODULES
271 MODVERSIONS directly depends on MODULES, this means it's only visible if
272 MODULES is different from 'n'. The comment on the other hand is only
307 from the <config options> list must depend on the menuconfig symbol.
320 depends on M
322 depends on M
326 of C0, which doesn't depend on M:
340 depends on M
342 depends on M
435 depends on HAVE_GENERIC_IOMAP && FOO
459 with "depends on m". E.g.:
462 depends on BAR && m
508 a) Remove any superfluous "select FOO" or "depends on FOO"
510 b1) Swap all "select FOO" to "depends on FOO" or,
511 b2) Swap all "depends on FOO" to "select FOO"
517 since CORE_BELL_A depends on CORE. At times it may not be possible to remove
524 all errors appear to involve one or more select's and one or more "depends on".
528 06b718c01208 select A -> depends on A
529 c22eacfe82f9 depends on A -> depends on B
530 6a91e854442c select A -> depends on A
532 f004e5594705 select A -> depends on A
533 c7861f37b4c6 depends on A -> (null)
535 c2218e26c0d0 select A -> depends on A (1)
536 d6ae99d04e1c select A -> depends on A
537 95ca19cf8cbf select A -> depends on A
538 8f057d7bca54 depends on A -> (null)
539 8f057d7bca54 depends on A -> select A
540 a0701f04846e select A -> depends on A
541 0c8b92f7f259 depends on A -> (null)
542 e4e9e0540928 select A -> depends on A (2)
543 7453ea886e87 depends on A > (null) (1)
544 7b1fff7e4fdf select A -> depends on A
545 86c747d2a4f0 select A -> depends on A
546 d9f9ab51e55e select A -> depends on A
547 0c51a4d8abd6 depends on A -> select A (3)
548 e98062ed6dc4 select A -> depends on A (3)
558 Work on kconfig is welcomed on both areas of clarifying semantics and on
561 for instance on possible use case for a SAT solver could be that of handling
569 Further work on both of these areas is welcomed on Kconfig. We elaborate
570 on both of these in the next two subsections.
586 translate Kconfig logic into boolean formulas and run a SAT solver on this to
608 boolean formulas and run a SAT solver on it [1]. Another known related project
614 desirable on Kconfig one approach would be to evaluate repurposing such efforts
615 somehow on Kconfig. There is enough interest from mentors of existing projects