@@ -35,48 +35,26 @@ new .config files to see the differences:
35
35
36
36
(Yes, we need something better here.)
37
37
38
-
39
- ======================================================================
40
- menuconfig
41
- --------------------------------------------------
42
-
43
- SEARCHING for CONFIG symbols
44
-
45
- Searching in menuconfig:
46
-
47
- The Search function searches for kernel configuration symbol
48
- names, so you have to know something close to what you are
49
- looking for.
50
-
51
- Example:
52
- /hotplug
53
- This lists all config symbols that contain "hotplug",
54
- e.g., HOTPLUG, HOTPLUG_CPU, MEMORY_HOTPLUG.
55
-
56
- For search help, enter / followed TAB-TAB-TAB (to highlight
57
- <Help>) and Enter. This will tell you that you can also use
58
- regular expressions (regexes) in the search string, so if you
59
- are not interested in MEMORY_HOTPLUG, you could try
60
-
61
- /^hotplug
62
-
63
-
64
38
______________________________________________________________________
65
- Color Themes for 'menuconfig '
39
+ Environment variables for '*config '
66
40
67
- It is possible to select different color themes using the variable
68
- MENUCONFIG_COLOR. To select a theme use:
41
+ KCONFIG_CONFIG
42
+ --------------------------------------------------
43
+ This environment variable can be used to specify a default kernel config
44
+ file name to override the default name of ".config".
69
45
70
- make MENUCONFIG_COLOR=<theme> menuconfig
46
+ KCONFIG_OVERWRITECONFIG
47
+ --------------------------------------------------
48
+ If you set KCONFIG_OVERWRITECONFIG in the environment, Kconfig will not
49
+ break symlinks when .config is a symlink to somewhere else.
71
50
72
- Available themes are:
73
- mono => selects colors suitable for monochrome displays
74
- blackbg => selects a color scheme with black background
75
- classic => theme with blue background. The classic look
76
- bluetitle => a LCD friendly version of classic. (default)
51
+ KCONFIG_NOTIMESTAMP
52
+ --------------------------------------------------
53
+ If this environment variable exists and is non-null, the timestamp line
54
+ in generated .config files is omitted.
77
55
78
56
______________________________________________________________________
79
- Environment variables in 'menuconfig '
57
+ Environment variables for '{allyes/allmod/allno/rand}config '
80
58
81
59
KCONFIG_ALLCONFIG
82
60
--------------------------------------------------
@@ -95,8 +73,7 @@ values.
95
73
This enables you to create "miniature" config (miniconfig) or custom
96
74
config files containing just the config symbols that you are interested
97
75
in. Then the kernel config system generates the full .config file,
98
- including dependencies of your miniconfig file, based on the miniconfig
99
- file.
76
+ including symbols of your miniconfig file.
100
77
101
78
This 'KCONFIG_ALLCONFIG' file is a config file which contains
102
79
(usually a subset of all) preset config symbols. These variable
@@ -113,26 +90,14 @@ These examples will disable most options (allnoconfig) but enable or
113
90
disable the options that are explicitly listed in the specified
114
91
mini-config files.
115
92
93
+ ______________________________________________________________________
94
+ Environment variables for 'silentoldconfig'
95
+
116
96
KCONFIG_NOSILENTUPDATE
117
97
--------------------------------------------------
118
98
If this variable has a non-blank value, it prevents silent kernel
119
99
config udpates (requires explicit updates).
120
100
121
- KCONFIG_CONFIG
122
- --------------------------------------------------
123
- This environment variable can be used to specify a default kernel config
124
- file name to override the default name of ".config".
125
-
126
- KCONFIG_OVERWRITECONFIG
127
- --------------------------------------------------
128
- If you set KCONFIG_OVERWRITECONFIG in the environment, Kconfig will not
129
- break symlinks when .config is a symlink to somewhere else.
130
-
131
- KCONFIG_NOTIMESTAMP
132
- --------------------------------------------------
133
- If this environment variable exists and is non-null, the timestamp line
134
- in generated .config files is omitted.
135
-
136
101
KCONFIG_AUTOCONFIG
137
102
--------------------------------------------------
138
103
This environment variable can be set to specify the path & name of the
@@ -143,15 +108,54 @@ KCONFIG_AUTOHEADER
143
108
This environment variable can be set to specify the path & name of the
144
109
"autoconf.h" (header) file. Its default value is "include/linux/autoconf.h".
145
110
111
+
112
+ ======================================================================
113
+ menuconfig
114
+ --------------------------------------------------
115
+
116
+ SEARCHING for CONFIG symbols
117
+
118
+ Searching in menuconfig:
119
+
120
+ The Search function searches for kernel configuration symbol
121
+ names, so you have to know something close to what you are
122
+ looking for.
123
+
124
+ Example:
125
+ /hotplug
126
+ This lists all config symbols that contain "hotplug",
127
+ e.g., HOTPLUG, HOTPLUG_CPU, MEMORY_HOTPLUG.
128
+
129
+ For search help, enter / followed TAB-TAB-TAB (to highlight
130
+ <Help>) and Enter. This will tell you that you can also use
131
+ regular expressions (regexes) in the search string, so if you
132
+ are not interested in MEMORY_HOTPLUG, you could try
133
+
134
+ /^hotplug
135
+
146
136
______________________________________________________________________
147
- menuconfig User Interface Options
148
- ----------------------------------------------------------------------
137
+ User interface options for 'menuconfig'
138
+
139
+ MENUCONFIG_COLOR
140
+ --------------------------------------------------
141
+ It is possible to select different color themes using the variable
142
+ MENUCONFIG_COLOR. To select a theme use:
143
+
144
+ make MENUCONFIG_COLOR=<theme> menuconfig
145
+
146
+ Available themes are:
147
+ mono => selects colors suitable for monochrome displays
148
+ blackbg => selects a color scheme with black background
149
+ classic => theme with blue background. The classic look
150
+ bluetitle => a LCD friendly version of classic. (default)
151
+
149
152
MENUCONFIG_MODE
150
153
--------------------------------------------------
151
154
This mode shows all sub-menus in one large tree.
152
155
153
156
Example:
154
- MENUCONFIG_MODE=single_menu make menuconfig
157
+ make MENUCONFIG_MODE=single_menu menuconfig
158
+
155
159
156
160
======================================================================
157
161
xconfig
0 commit comments