Lines Matching +full:1 +full:m
135 n y n N/m/y
136 m y m M/y/n
200 <expr> ::= <symbol> (1)
210 (1) Convert the symbol into an expression. Boolean and tristate symbols
222 An expression can have a value of 'n', 'm' or 'y' (or 0, 1, 2
224 expression evaluates to 'm' or 'y'.
310 (1):
311 menuconfig M
312 if M
318 menuconfig M
320 depends on M
322 depends on M
324 In the following examples (3) and (4), C1 and C2 still have the M
325 dependency, but will not appear under menuconfig M anymore, because
326 of C0, which doesn't depend on M:
329 menuconfig M
331 if M
337 menuconfig M
340 depends on M
342 depends on M
359 to be set to 'm'. This can be used if multiple drivers for a single
459 with "depends on m". E.g.:
462 depends on BAR && m
464 limits FOO to module (=m) or disabled (=n).
534 80c69915e5fb select A -> (null) (1)
535 c2218e26c0d0 select A -> depends on A (1)
543 7453ea886e87 depends on A > (null) (1)
551 (1) Partial (or no) quote of error.
580 the use of the xconfig configurator [1]. Work should be done to confirm if
588 Linux using this methodology [1] (Section 8: Threats to validity).
591 industrial variability modeling languages [1] [2]. Its study would help
598 [1] http://gsd.uwaterloo.ca/sites/default/files/vm-2013-berger.pdf
608 boolean formulas and run a SAT solver on it [1]. Another known related project
622 [1] http://gsd.uwaterloo.ca/sites/default/files/vm-2013-berger.pdf