@@ -50,7 +50,7 @@ kconf_id_hash (register const char *str, register unsigned int len)
50
50
73, 73, 73, 73, 73, 73, 73, 73, 73, 73,
51
51
73, 73, 73, 73, 73, 73, 73, 73, 73, 73,
52
52
73, 73, 73, 73, 73, 73, 73, 73, 73, 73,
53
- 73, 73, 73, 73, 73, 73 , 73, 73, 73, 73,
53
+ 73, 73, 73, 73, 73, 0 , 73, 73, 73, 73,
54
54
73, 73, 73, 73, 73, 73, 73, 73, 73, 73,
55
55
73, 73, 73, 73, 73, 73, 73, 73, 73, 73,
56
56
73, 73, 73, 73, 73, 73, 73, 73, 73, 73,
@@ -96,6 +96,7 @@ struct kconf_id_strings_t
96
96
char kconf_id_strings_str7[sizeof("default")];
97
97
char kconf_id_strings_str8[sizeof("tristate")];
98
98
char kconf_id_strings_str9[sizeof("endchoice")];
99
+ char kconf_id_strings_str10[sizeof("---help---")];
99
100
char kconf_id_strings_str12[sizeof("def_tristate")];
100
101
char kconf_id_strings_str13[sizeof("def_bool")];
101
102
char kconf_id_strings_str14[sizeof("defconfig_list")];
@@ -132,6 +133,7 @@ static const struct kconf_id_strings_t kconf_id_strings_contents =
132
133
"default",
133
134
"tristate",
134
135
"endchoice",
136
+ "---help---",
135
137
"def_tristate",
136
138
"def_bool",
137
139
"defconfig_list",
@@ -172,7 +174,7 @@ kconf_id_lookup (register const char *str, register unsigned int len)
172
174
{
173
175
enum
174
176
{
175
- TOTAL_KEYWORDS = 33 ,
177
+ TOTAL_KEYWORDS = 34 ,
176
178
MIN_WORD_LENGTH = 2,
177
179
MAX_WORD_LENGTH = 14,
178
180
MIN_HASH_VALUE = 2,
@@ -182,34 +184,36 @@ kconf_id_lookup (register const char *str, register unsigned int len)
182
184
static const struct kconf_id wordlist[] =
183
185
{
184
186
{-1}, {-1},
185
- #line 25 "scripts/kconfig/zconf.gperf"
187
+ #line 26 "scripts/kconfig/zconf.gperf"
186
188
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str2, T_IF, TF_COMMAND|TF_PARAM},
187
- #line 36 "scripts/kconfig/zconf.gperf"
189
+ #line 37 "scripts/kconfig/zconf.gperf"
188
190
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str3, T_TYPE, TF_COMMAND, S_INT},
189
191
{-1},
190
- #line 26 "scripts/kconfig/zconf.gperf"
192
+ #line 27 "scripts/kconfig/zconf.gperf"
191
193
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str5, T_ENDIF, TF_COMMAND},
192
194
{-1},
193
- #line 29 "scripts/kconfig/zconf.gperf"
195
+ #line 30 "scripts/kconfig/zconf.gperf"
194
196
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str7, T_DEFAULT, TF_COMMAND, S_UNKNOWN},
195
- #line 31 "scripts/kconfig/zconf.gperf"
197
+ #line 32 "scripts/kconfig/zconf.gperf"
196
198
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str8, T_TYPE, TF_COMMAND, S_TRISTATE},
197
199
#line 20 "scripts/kconfig/zconf.gperf"
198
200
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str9, T_ENDCHOICE, TF_COMMAND},
199
- {-1}, {-1},
200
- #line 32 "scripts/kconfig/zconf.gperf"
201
+ #line 25 "scripts/kconfig/zconf.gperf"
202
+ {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str10, T_HELP, TF_COMMAND},
203
+ {-1},
204
+ #line 33 "scripts/kconfig/zconf.gperf"
201
205
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str12, T_DEFAULT, TF_COMMAND, S_TRISTATE},
202
- #line 35 "scripts/kconfig/zconf.gperf"
206
+ #line 36 "scripts/kconfig/zconf.gperf"
203
207
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str13, T_DEFAULT, TF_COMMAND, S_BOOLEAN},
204
- #line 45 "scripts/kconfig/zconf.gperf"
208
+ #line 46 "scripts/kconfig/zconf.gperf"
205
209
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str14, T_OPT_DEFCONFIG_LIST,TF_OPTION},
206
210
{-1}, {-1},
207
- #line 43 "scripts/kconfig/zconf.gperf"
211
+ #line 44 "scripts/kconfig/zconf.gperf"
208
212
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str17, T_ON, TF_PARAM},
209
- #line 28 "scripts/kconfig/zconf.gperf"
213
+ #line 29 "scripts/kconfig/zconf.gperf"
210
214
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str18, T_OPTIONAL, TF_COMMAND},
211
215
{-1}, {-1},
212
- #line 42 "scripts/kconfig/zconf.gperf"
216
+ #line 43 "scripts/kconfig/zconf.gperf"
213
217
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str21, T_OPTION, TF_COMMAND},
214
218
#line 17 "scripts/kconfig/zconf.gperf"
215
219
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str22, T_ENDMENU, TF_COMMAND},
@@ -219,51 +223,51 @@ kconf_id_lookup (register const char *str, register unsigned int len)
219
223
#line 23 "scripts/kconfig/zconf.gperf"
220
224
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str25, T_MENUCONFIG, TF_COMMAND},
221
225
{-1},
222
- #line 44 "scripts/kconfig/zconf.gperf"
226
+ #line 45 "scripts/kconfig/zconf.gperf"
223
227
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str27, T_OPT_MODULES, TF_OPTION},
224
- #line 47 "scripts/kconfig/zconf.gperf"
228
+ #line 48 "scripts/kconfig/zconf.gperf"
225
229
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str28, T_OPT_ALLNOCONFIG_Y,TF_OPTION},
226
230
#line 16 "scripts/kconfig/zconf.gperf"
227
231
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str29, T_MENU, TF_COMMAND},
228
232
{-1},
229
- #line 39 "scripts/kconfig/zconf.gperf"
233
+ #line 40 "scripts/kconfig/zconf.gperf"
230
234
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str31, T_SELECT, TF_COMMAND},
231
235
#line 21 "scripts/kconfig/zconf.gperf"
232
236
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str32, T_COMMENT, TF_COMMAND},
233
- #line 46 "scripts/kconfig/zconf.gperf"
237
+ #line 47 "scripts/kconfig/zconf.gperf"
234
238
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str33, T_OPT_ENV, TF_OPTION},
235
239
{-1},
236
- #line 40 "scripts/kconfig/zconf.gperf"
240
+ #line 41 "scripts/kconfig/zconf.gperf"
237
241
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str35, T_RANGE, TF_COMMAND},
238
242
#line 19 "scripts/kconfig/zconf.gperf"
239
243
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str36, T_CHOICE, TF_COMMAND},
240
244
{-1}, {-1},
241
- #line 33 "scripts/kconfig/zconf.gperf"
245
+ #line 34 "scripts/kconfig/zconf.gperf"
242
246
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str39, T_TYPE, TF_COMMAND, S_BOOLEAN},
243
247
{-1},
244
248
#line 18 "scripts/kconfig/zconf.gperf"
245
249
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str41, T_SOURCE, TF_COMMAND},
246
- #line 41 "scripts/kconfig/zconf.gperf"
250
+ #line 42 "scripts/kconfig/zconf.gperf"
247
251
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str42, T_VISIBLE, TF_COMMAND},
248
- #line 37 "scripts/kconfig/zconf.gperf"
252
+ #line 38 "scripts/kconfig/zconf.gperf"
249
253
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str43, T_TYPE, TF_COMMAND, S_HEX},
250
254
{-1}, {-1},
251
255
#line 22 "scripts/kconfig/zconf.gperf"
252
256
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str46, T_CONFIG, TF_COMMAND},
253
- #line 34 "scripts/kconfig/zconf.gperf"
257
+ #line 35 "scripts/kconfig/zconf.gperf"
254
258
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str47, T_TYPE, TF_COMMAND, S_BOOLEAN},
255
259
{-1}, {-1}, {-1},
256
- #line 38 "scripts/kconfig/zconf.gperf"
260
+ #line 39 "scripts/kconfig/zconf.gperf"
257
261
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str51, T_TYPE, TF_COMMAND, S_STRING},
258
262
{-1}, {-1},
259
263
#line 24 "scripts/kconfig/zconf.gperf"
260
264
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str54, T_HELP, TF_COMMAND},
261
265
{-1},
262
- #line 30 "scripts/kconfig/zconf.gperf"
266
+ #line 31 "scripts/kconfig/zconf.gperf"
263
267
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str56, T_PROMPT, TF_COMMAND},
264
268
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
265
269
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
266
- #line 27 "scripts/kconfig/zconf.gperf"
270
+ #line 28 "scripts/kconfig/zconf.gperf"
267
271
{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str72, T_DEPENDS, TF_COMMAND}
268
272
};
269
273
@@ -285,5 +289,5 @@ kconf_id_lookup (register const char *str, register unsigned int len)
285
289
}
286
290
return 0;
287
291
}
288
- #line 48 "scripts/kconfig/zconf.gperf"
292
+ #line 49 "scripts/kconfig/zconf.gperf"
289
293
0 commit comments