CONFIG_
(IS_ENABLED(CONFIG_##option) ? 0 : (kernel_ulong_t)&#option)
if (memcmp(p, CONFIG_, strlen(CONFIG_)))
sym_name = p + strlen(CONFIG_);
if (memcmp(line, CONFIG_, strlen(CONFIG_))) {
sym_name = line + strlen(CONFIG_);
fprintf(fp, "# %s%s is not set\n", CONFIG_, sym->name);
fprintf(fp, "%s%s=%s\n", CONFIG_, sym->name, val);
fprintf(fp, "#define %s%s%s %s%s\n", CONFIG_, sym->name, sym_suffix,
fprintf(fp, "--cfg=%s%s\n", CONFIG_, sym->name);
fprintf(fp, "--cfg=%s%s=%s\n", CONFIG_, sym->name, val);
#ifndef CONFIG_
return getenv( "CONFIG_" ) ?: CONFIG_;
"(with or without \"%s\")", CONFIG_);
if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0)
dialog_input += strlen(CONFIG_);
str_printf(help, "%s%s:\n\n", CONFIG_, sym->name);
"(with or without \"%s\")", CONFIG_);
if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0)
dialog_input += strlen(CONFIG_);