Lines Matching refs:choice
172 FOO BAR BAZ's default choice for BAZ
332 - choice/endchoice
396 "choice" [symbol]
397 <choice options>
398 <choice block>
401 This defines a choice group and accepts any of the above attributes as
402 options. A choice can only be of type bool or tristate. If no type is
403 specified for a choice, its type will be determined by the type of
404 the first choice element in the group or remain unknown if none of the
405 choice elements have a type specified, as well.
407 While a boolean choice only allows a single config entry to be
408 selected, a tristate choice also allows any number of config entries
413 A choice accepts another option "optional", which allows to set the
414 choice to 'n' and no entry needs to be selected.
415 If no [symbol] is associated with a choice, then you can not have multiple
416 definitions of that choice. If a [symbol] is associated to the choice,
417 then you may define the same choice (i.e. with the same entries) in another