kconfig.rst (8dd06ef34b6e2f41b29fbf5fc1663780f2524285) kconfig.rst (b75b0a819af9f78fc395b189cddd40f590194d20)
1===================
2Kconfig make config
3===================
4
5This file contains some assistance for using `make *config`.
6
7Use "make help" to list all of the possible configuration targets.
8

--- 27 unchanged lines hidden (view full) ---

36
37Environment variables for `*config`
38
39KCONFIG_CONFIG
40--------------
41This environment variable can be used to specify a default kernel config
42file name to override the default name of ".config".
43
1===================
2Kconfig make config
3===================
4
5This file contains some assistance for using `make *config`.
6
7Use "make help" to list all of the possible configuration targets.
8

--- 27 unchanged lines hidden (view full) ---

36
37Environment variables for `*config`
38
39KCONFIG_CONFIG
40--------------
41This environment variable can be used to specify a default kernel config
42file name to override the default name of ".config".
43
44KCONFIG_DEFCONFIG_LIST
45----------------------
46
47This environment variable specifies a list of config files which can be used
48as a base configuration in case the .config does not exist yet. Entries in
49the list are separated with whitespaces to each other, and the first one
50that exists is used.
51
44KCONFIG_OVERWRITECONFIG
45-----------------------
46If you set KCONFIG_OVERWRITECONFIG in the environment, Kconfig will not
47break symlinks when .config is a symlink to somewhere else.
48
49`CONFIG_`
50---------
51If you set `CONFIG_` in the environment, Kconfig will prefix all symbols

--- 248 unchanged lines hidden ---
52KCONFIG_OVERWRITECONFIG
53-----------------------
54If you set KCONFIG_OVERWRITECONFIG in the environment, Kconfig will not
55break symlinks when .config is a symlink to somewhere else.
56
57`CONFIG_`
58---------
59If you set `CONFIG_` in the environment, Kconfig will prefix all symbols

--- 248 unchanged lines hidden ---