Home
last modified time | relevance | path

Searched refs:CONFIG_ (Results 1 – 13 of 13) sorted by relevance

/buildroot/support/kconfig/patches/
A D20-merge_config.sh-Allow-to-define-config-prefix.patch10 + echo "Used prefix: '$CONFIG_PREFIX'. You can redefine it with \$CONFIG_
18 +CONFIG_PREFIX=${CONFIG_-CONFIG_}
26 -SED_CONFIG_EXP="s/^\(# \)\{0,1\}\(CONFIG_[a-zA-Z0-9_]*\)[= ].*/\2/p"
A D18-merge-config.sh-create-temporary-files-in-tmp.patch22 SED_CONFIG_EXP="s/^\(# \)\{0,1\}\(CONFIG_[a-zA-Z0-9_]*\)[= ].*/\2/p"
A D19-merge_config.sh-add-br2-external-support.patch42 # allnoconfig: Fills in any missing symbols with # CONFIG_* is not set
/buildroot/support/kconfig/
A Dlkc.h37 #ifndef CONFIG_
38 #define CONFIG_ "CONFIG_" macro
42 return getenv( "CONFIG_" ) ?: CONFIG_; in CONFIG_prefix()
44 #undef CONFIG_
45 #define CONFIG_ CONFIG_prefix() macro
A Dmerge_config.sh46 CONFIG_PREFIX=${CONFIG_-CONFIG_}
A Dconfdata.c316 if (memcmp(line + 2, CONFIG_, strlen(CONFIG_))) in conf_read_simple()
318 p = strchr(line + 2 + strlen(CONFIG_), ' '); in conf_read_simple()
325 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple()
347 } else if (memcmp(line, CONFIG_, strlen(CONFIG_)) == 0) { in conf_read_simple()
348 p = strchr(line + strlen(CONFIG_), '='); in conf_read_simple()
359 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple()
365 sym = sym_lookup(line + strlen(CONFIG_), 0); in conf_read_simple()
498 CONFIG_, sym->name); in kconfig_print_symbol()
557 CONFIG_, sym->name, suffix); in header_print_symbol()
567 CONFIG_, sym->name, prefix, value); in header_print_symbol()
[all …]
A Dmconf.c404 "(with or without \"%s\")"), CONFIG_); in search_conf()
424 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf()
425 dialog_input += strlen(CONFIG_); in search_conf()
A Dconf.c431 printf("%s%s=%s\n", CONFIG_, sym->name, str); in check_conf()
435 printf("%s%s=%s\n", CONFIG_, sym->name, str); in check_conf()
A Dnconf.c701 "(with or without \"%s\")"), CONFIG_); in search_conf()
722 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf()
723 dialog_input += strlen(CONFIG_); in search_conf()
A DMakefile26 unexport CONFIG_
A Dmenu.c867 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help()
/buildroot/package/uclibc/
A Duclibc.mk165 UCLIBC_SH_TYPE = CONFIG_$(call qstrip,$(BR2_UCLIBC_SH_TYPE))
190 UCLIBC_POWERPC_TYPE = CONFIG_$(call qstrip,$(BR2_UCLIBC_POWERPC_TYPE))
202 UCLIBC_X86_TYPE = CONFIG_$(call qstrip,$(BR2_UCLIBC_X86_TYPE))
/buildroot/utils/
A Dtest-pkg159 CONFIG_="" support/kconfig/merge_config.sh -O "${dir}" \

Completed in 25 milliseconds