diff options
Diffstat (limited to 'scripts/kconfig/zconf.y')
-rw-r--r-- | scripts/kconfig/zconf.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/zconf.y b/scripts/kconfig/zconf.y index 1f61fba6a..0a7a79664 100644 --- a/scripts/kconfig/zconf.y +++ b/scripts/kconfig/zconf.y | |||
@@ -459,7 +459,7 @@ void conf_parse(const char *name) | |||
459 | sym_init(); | 459 | sym_init(); |
460 | menu_init(); | 460 | menu_init(); |
461 | modules_sym = sym_lookup("MODULES", 0); | 461 | modules_sym = sym_lookup("MODULES", 0); |
462 | rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL); | 462 | rootmenu.prompt = menu_add_prompt(P_MENU, "Busybox Configuration", NULL); |
463 | 463 | ||
464 | #if YYDEBUG | 464 | #if YYDEBUG |
465 | if (getenv("ZCONF_DEBUG")) | 465 | if (getenv("ZCONF_DEBUG")) |