Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
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
Dconfdata.c318 if (memcmp(line + 2, CONFIG_, strlen(CONFIG_))) in conf_read_simple()
320 p = strchr(line + 2 + strlen(CONFIG_), ' '); in conf_read_simple()
327 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple()
333 sym = sym_lookup(line + 2 + strlen(CONFIG_), 0); in conf_read_simple()
349 } else if (memcmp(line, CONFIG_, strlen(CONFIG_)) == 0) { in conf_read_simple()
350 p = strchr(line + strlen(CONFIG_), '='); in conf_read_simple()
361 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple()
367 sym = sym_lookup(line + strlen(CONFIG_), 0); in conf_read_simple()
497 CONFIG_, sym->name); in kconfig_print_symbol()
505 fprintf(fp, "%s%s=%s\n", CONFIG_, sym->name, value); in kconfig_print_symbol()
[all …]
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()
Dnconf.c699 "(with or without \"%s\")"), CONFIG_); in search_conf()
720 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf()
721 dialog_input += strlen(CONFIG_); in search_conf()
DMakefile19 unexport CONFIG_
Dconf.c434 printf("%s%s\n", CONFIG_, sym->name); in check_conf()
Dmenu.c691 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help()
/linux-4.4.14/scripts/
Dconfig7 CONFIG_="${CONFIG_-CONFIG_}"
44 $myname uses 'CONFIG_' as the default symbol prefix. Set the environment
DKbuild.include347 ifneq ($$(CONFIG_$(1)),"")
348 …space_escape),\$$(space),$$(patsubst "%",%,$$(subst $$(space),$$(space_escape),$$(CONFIG_$(1)))))))
/linux-4.4.14/arch/sh/tools/
Dmach-types2 # MACH_<xxx> CONFIG_<xxx>
/linux-4.4.14/Documentation/kbuild/
Dkconfig.txt42 CONFIG_
44 If you set CONFIG_ in the environment, Kconfig will prefix all symbols
46 "CONFIG_".
Dmodules.txt525 Modules often need to check for certain CONFIG_ options to
527 kbuild this is done by referencing the CONFIG_ variable
537 specific CONFIG_ settings directly in .config. This usage is
540 in-tree modules when testing for CONFIG_ definitions.
Dmakefiles.txt206 you can use the value of a CONFIG_ symbol to optionally include an
282 It is good practice to use a CONFIG_ variable when assigning directory
284 corresponding CONFIG_ option is neither 'y' nor 'm'.
359 2) CONFIG_ options used in all prerequisite files
/linux-4.4.14/lib/
DKconfig.debug64 turned on by many CONFIG_*DEBUG* options.
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt262 to the Makefile under the condition of your CONFIG_