Lines Matching refs:choice
257 - choice/endchoice
282 "choice" [symbol]
283 <choice options>
284 <choice block>
287 This defines a choice group and accepts any of the above attributes as
288 options. A choice can only be of type bool or tristate, while a boolean
289 choice only allows a single config entry to be selected, a tristate
290 choice also allows any number of config entries to be set to 'm'. This
294 A choice accepts another option "optional", which allows to set the
295 choice to 'n' and no entry needs to be selected.
296 If no [symbol] is associated with a choice, then you can not have multiple
297 definitions of that choice. If a [symbol] is associated to the choice,
298 then you may define the same choice (ie. with the same entries) in another