summaryrefslogtreecommitdiff
path: root/scripts/kconfig
authorkergoth <kergoth>2002-11-06 03:54:26 (UTC)
committer kergoth <kergoth>2002-11-06 03:54:26 (UTC)
commit6b7d5deabe1d2da336fbe6c8409e437cbb8a1c89 (patch) (side-by-side diff)
tree9df959827ec4e404d91d3838dde7853c32abe33f /scripts/kconfig
parent2129e9cd500a7755062c93f3b9ea325b9368ea37 (diff)
downloadopie-6b7d5deabe1d2da336fbe6c8409e437cbb8a1c89.zip
opie-6b7d5deabe1d2da336fbe6c8409e437cbb8a1c89.tar.gz
opie-6b7d5deabe1d2da336fbe6c8409e437cbb8a1c89.tar.bz2
Remove kernel references
Diffstat (limited to 'scripts/kconfig') (more/less context) (ignore whitespace changes)
-rw-r--r--scripts/kconfig/mconf.c8
-rw-r--r--scripts/kconfig/zconf.y2
2 files changed, 5 insertions, 5 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c
index 84699be..dec8603 100644
--- a/scripts/kconfig/mconf.c
+++ b/scripts/kconfig/mconf.c
@@ -45,5 +45,5 @@ setmod_text[] =
"As a result, this feature will be built as a module.",
nohelp_text[] =
- "There is no help available for this kernel option.\n",
+ "There is no help available for this option.\n",
load_config_text[] =
"Enter the name of the configuration file you wish to load. "
@@ -52,9 +52,9 @@ load_config_text[] =
load_config_help[] =
"\n"
- "For various reasons, one may wish to keep several different kernel\n"
+ "For various reasons, one may wish to keep several different\n"
"configurations available on a single machine.\n"
"\n"
"If you have saved a previous configuration in a file other than the\n"
- "kernel's default, entering the name of the file here will allow you\n"
+ "default, entering the name of the file here will allow you\n"
"to modify that configuration.\n"
"\n"
@@ -66,5 +66,5 @@ save_config_text[] =
save_config_help[] =
"\n"
- "For various reasons, one may wish to keep different kernel\n"
+ "For various reasons, one may wish to keep different\n"
"configurations available on a single machine.\n"
"\n"
diff --git a/scripts/kconfig/zconf.y b/scripts/kconfig/zconf.y
index 79cb983..c3f1bd0 100644
--- a/scripts/kconfig/zconf.y
+++ b/scripts/kconfig/zconf.y
@@ -425,5 +425,5 @@ void conf_parse(const char *name)
sym_init();
menu_init();
- rootmenu.prompt = menu_add_prop(P_MENU, "Linux Kernel Configuration", NULL, NULL);
+ rootmenu.prompt = menu_add_prop(P_MENU, "Configuration", NULL, NULL);
//zconfdebug = 1;