• Home
  • Raw
  • Download

Lines Matching full:config

31 Most entries define a config option; all other entries help to organize
34 config MODVERSIONS
42 arguments. "config" starts a new config entry. The following lines
43 define attributes for this config option. Attributes can be the type of
44 the config option, input prompt, dependencies, help text and default
45 values. A config option can be defined multiple times with the same
57 Every config option must have a type. There are only two basic types:
77 A config option can have any number of default values. If multiple
82 The default value is only assigned to the config symbol if no other
90 build. With few exceptions, new config options should not change this. The
91 intent is for "make oldconfig" to add as little as possible to the config from
161 config FOO
165 config BAZ
200 config FOO
229 which can modify the behaviour of the menu entry and its config
235 .config doesn't exists yet.)
239 enables the third modular state for all config symbols.
289 'config' statement. Non-constant symbols consist entirely of alphanumeric
304 config NETDEVICES
312 dependency list of the config option NETDEVICES.
323 config MODULES
326 config MODVERSIONS
345 - config
355 config::
357 "config" <symbol>
358 <config options>
360 This defines a config symbol <symbol> and accepts any of above
366 <config options>
368 This is similar to the simple config entry above, but it also gives a
372 from the <config options> list must depend on the menuconfig symbol.
378 config C1
379 config C2
384 config C1
386 config C2
395 config C0
397 config C1
398 config C2
403 config C0
404 config C1
406 config C2
422 While a boolean choice only allows a single config entry to be
423 selected, a tristate choice also allows any number of config entries
474 This sets the config program's title bar if the config program chooses
495 The recommended way to do so is to use a config variable named HAVE_*
503 config HAVE_GENERIC_IOMAP
505 config GENERIC_IOMAP
514 config X86
519 Note: we use the existing config option and avoid creating a new
520 config variable to select HAVE_GENERIC_IOMAP.
522 Note: the use of the internal config variable HAVE_GENERIC_IOMAP, it is
524 config option to 'y' no matter the dependencies.
535 config STACKPROTECTOR
541 `CC_HAS_` is the recommended prefix for the config option::
543 config CC_HAS_ASM_GOTO
548 To restrict a component build to module-only, qualify its config symbol
551 config FOO