• Home
  • Raw
  • Download

Lines Matching full:on

20 	|     +- Set version information on all module symbols
35 bool "Set version information on all module symbols"
36 depends on MODULES
58 tristate and string; the other types are based on these two. The type
117 - dependencies: "depends on" <expr>
129 depends on BAR
147 if FOO depends on BAR that is not set.
150 That will limit the usefulness but on the other hand avoid
155 This is similar to "select" as it enforces a lower limit on another
167 depends on BAR
302 depends on NET
315 dependencies. If a menu entry somehow depends on the previous entry, it
327 bool "Set version information on all module symbols"
328 depends on MODULES
331 depends on !MODULES
333 MODVERSIONS directly depends on MODULES, this means it's only visible if
334 MODULES is different from 'n'. The comment on the other hand is only
372 from the <config options> list must depend on the menuconfig symbol.
385 depends on M
387 depends on M
391 of C0, which doesn't depend on M::
405 depends on M
407 depends on M
506 depends on HAVE_GENERIC_IOMAP && FOO
532 to describe the dependency on the compiler feature is to use "depends on"
537 depends on $(cc-option,-fstack-protector)
549 with "depends on m". E.g.::
552 depends on BAR && m
598 a) Remove any superfluous "select FOO" or "depends on FOO"
601 b1) Swap all "select FOO" to "depends on FOO" or,
603 b2) Swap all "depends on FOO" to "select FOO"
608 since CORE_BELL_A depends on CORE. At times it may not be possible to remove
616 "depends on".
621 06b718c01208 select A -> depends on A
622 c22eacfe82f9 depends on A -> depends on B
623 6a91e854442c select A -> depends on A
625 f004e5594705 select A -> depends on A
626 c7861f37b4c6 depends on A -> (null)
628 c2218e26c0d0 select A -> depends on A (1)
629 d6ae99d04e1c select A -> depends on A
630 95ca19cf8cbf select A -> depends on A
631 8f057d7bca54 depends on A -> (null)
632 8f057d7bca54 depends on A -> select A
633 a0701f04846e select A -> depends on A
634 0c8b92f7f259 depends on A -> (null)
635 e4e9e0540928 select A -> depends on A (2)
636 7453ea886e87 depends on A > (null) (1)
637 7b1fff7e4fdf select A -> depends on A
638 86c747d2a4f0 select A -> depends on A
639 d9f9ab51e55e select A -> depends on A
640 0c51a4d8abd6 depends on A -> select A (3)
641 e98062ed6dc4 select A -> depends on A (3)
652 Work on kconfig is welcomed on both areas of clarifying semantics and on
655 for instance on possible use case for a SAT solver could be that of handling
663 Further work on both of these areas is welcomed on Kconfig. We elaborate
664 on both of these in the next two subsections.
680 translate Kconfig logic into boolean formulas and run a SAT solver on this to
702 boolean formulas and run a SAT solver on it [5]_. Another known related project
708 solver is desirable on Kconfig one approach would be to evaluate repurposing
709 such efforts somehow on Kconfig. There is enough interest from mentors of