Lines Matching full:option
27 Most entries define a config option; all other entries help to organize
28 them. A single configuration option is defined like this:
39 define attributes for this config option. Attributes can be the type of
40 the config option, input prompt, dependencies, help text and default
41 values. A config option can be defined multiple times with the same
52 Every config option must have a type. There are only two basic types:
68 A config option can have any number of default values. If multiple
165 - misc options: "option" <symbol>[=<value>]
166 Various less common options can be defined via this option syntax,
178 At most one symbol may have the "modules" option set.
251 dependency list of the config option NETDEVICES.
363 A choice accepts another option "optional", which allows to set the
447 Note: we use the existing config option and avoid creating a new
452 config option to 'y' no matter the dependencies.