diff options
Diffstat (limited to 'config/zconf.y')
-rw-r--r-- | config/zconf.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/zconf.y b/config/zconf.y index 9710b8246..b4240c846 100644 --- a/config/zconf.y +++ b/config/zconf.y @@ -476,7 +476,7 @@ void conf_parse(const char *name) modules_sym = sym_lookup(NULL, 0); modules_sym->type = S_BOOLEAN; modules_sym->flags |= SYMBOL_AUTO; - rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL); + rootmenu.prompt = menu_add_prompt(P_MENU, "OpenADK Configuration", NULL); #if YYDEBUG if (getenv("ZCONF_DEBUG")) |