Lines Matching full:config
2 Kconfig make config
5 This file contains some assistance for using `make *config`.
16 New kernel releases often introduce new config symbols. Often more
17 important, new kernel releases may rename config symbols. When
18 this happens, using a previously working .config file and running
23 To see a list of new config symbols, use::
25 cp user/some/old.config .config
28 and the config program will list any new symbols, one per line.
33 scripts/diffconfig .config.old .config | less
37 Environment variables for `*config`
41 This environment variable can be used to specify a default kernel config
42 file name to override the default name of ".config".
47 break symlinks when .config is a symlink to somewhere else.
57 Environment variables for '{allyes/allmod/allno/rand}config'
67 that contains config symbols that the user requires to be set to a
69 KCONFIG_ALLCONFIG == "" or KCONFIG_ALLCONFIG == "1", `make *config`
70 checks for a file named "all{yes/mod/no/def/random}.config"
71 (corresponding to the `*config` command that was used) for symbol values
73 file named "all.config" to contain forced values.
75 This enables you to create "miniature" config (miniconfig) or custom
76 config files containing just the config symbols that you are interested
77 in. Then the kernel config system generates the full .config file,
80 This 'KCONFIG_ALLCONFIG' file is a config file which contains
81 (usually a subset of all) preset config symbols. These variable
86 KCONFIG_ALLCONFIG=custom-notebook.config make allnoconfig
90 KCONFIG_ALLCONFIG=mini.config make allnoconfig
94 make KCONFIG_ALLCONFIG=mini.config allnoconfig
98 mini-config files.
150 config updates (requires explicit updates).
155 "auto.conf" file. Its default value is "include/config/auto.conf".
169 SEARCHING for CONFIG symbols
180 This lists all config symbols that contain "hotplug",
284 lists all config symbol entries that contain "hotplug" in
286 config setting for any of the entries that are not grayed out.