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