Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/kconfig/
Dlkc.h23 #ifndef CONFIG_
24 #define CONFIG_ "CONFIG_" macro
28 return getenv( "CONFIG_" ) ?: CONFIG_; in CONFIG_prefix()
30 #undef CONFIG_
31 #define CONFIG_ CONFIG_prefix() macro
Dconfdata.c354 if (memcmp(line + 2, CONFIG_, strlen(CONFIG_))) in conf_read_simple()
356 p = strchr(line + 2 + strlen(CONFIG_), ' '); in conf_read_simple()
363 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple()
369 sym = sym_lookup(line + 2 + strlen(CONFIG_), 0); in conf_read_simple()
385 } else if (memcmp(line, CONFIG_, strlen(CONFIG_)) == 0) { in conf_read_simple()
386 p = strchr(line + strlen(CONFIG_), '='); in conf_read_simple()
397 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple()
403 sym = sym_lookup(line + strlen(CONFIG_), 0); in conf_read_simple()
536 CONFIG_, sym->name); in kconfig_print_symbol()
544 fprintf(fp, "%s%s=%s\n", CONFIG_, sym->name, value); in kconfig_print_symbol()
[all …]
Dmconf.c403 "(with or without \"%s\")", CONFIG_); in search_conf()
423 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf()
424 dialog_input += strlen(CONFIG_); in search_conf()
Dnconf.c702 "(with or without \"%s\")", CONFIG_); in search_conf()
723 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf()
724 dialog_input += strlen(CONFIG_); in search_conf()
Dconf.c430 printf("%s%s=%s\n", CONFIG_, sym->name, str); in check_conf()
434 printf("%s%s=%s\n", CONFIG_, sym->name, str); in check_conf()
DMakefile20 unexport CONFIG_
Dmenu.c864 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help()
/Linux-v4.19/scripts/
Dconfig8 CONFIG_="${CONFIG_-CONFIG_}"
45 $myname uses 'CONFIG_' as the default symbol prefix. Set the environment
DKbuild.include385 ifneq ($$(CONFIG_$(1)),"")
386 …space_escape),\$$(space),$$(patsubst "%",%,$$(subst $$(space),$$(space_escape),$$(CONFIG_$(1)))))))
/Linux-v4.19/arch/sh/tools/
Dmach-types2 # MACH_<xxx> CONFIG_<xxx>
/Linux-v4.19/Documentation/kbuild/
Dkconfig.txt45 CONFIG_
47 If you set CONFIG_ in the environment, Kconfig will prefix all symbols
49 "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.txt213 you can use the value of a CONFIG_ symbol to optionally include an
289 It is good practice to use a CONFIG_ variable when assigning directory
291 corresponding CONFIG_ option is neither 'y' nor 'm'.
366 2) CONFIG_ options used in all prerequisite files
/Linux-v4.19/Documentation/devicetree/
Dbooting-without-of.txt263 to the Makefile under the condition of your CONFIG_
/Linux-v4.19/lib/
DKconfig.debug96 turned on by many CONFIG_*DEBUG* options.