Searched refs:CONFIG_ (Results 1 – 17 of 17) sorted by relevance
| /Linux-v5.4/scripts/kconfig/ |
| D | lkc.h | 23 #ifndef CONFIG_ 24 #define CONFIG_ "CONFIG_" macro 28 return getenv( "CONFIG_" ) ?: CONFIG_; in CONFIG_prefix() 30 #undef CONFIG_ 31 #define CONFIG_ CONFIG_prefix() macro
|
| D | confdata.c | 417 if (memcmp(line + 2, CONFIG_, strlen(CONFIG_))) in conf_read_simple() 419 p = strchr(line + 2 + strlen(CONFIG_), ' '); in conf_read_simple() 426 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple() 432 sym = sym_lookup(line + 2 + strlen(CONFIG_), 0); in conf_read_simple() 448 } else if (memcmp(line, CONFIG_, strlen(CONFIG_)) == 0) { in conf_read_simple() 449 p = strchr(line + strlen(CONFIG_), '='); in conf_read_simple() 460 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple() 469 conf_touch_dep(line + strlen(CONFIG_)); in conf_read_simple() 602 CONFIG_, sym->name); in kconfig_print_symbol() 610 fprintf(fp, "%s%s=%s\n", CONFIG_, sym->name, value); in kconfig_print_symbol() [all …]
|
| D | merge_config.sh | 40 CONFIG_PREFIX=${CONFIG_-CONFIG_}
|
| D | mconf.c | 403 "(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()
|
| D | nconf.c | 701 "(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()
|
| D | conf.c | 430 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()
|
| D | Makefile | 24 unexport CONFIG_
|
| D | menu.c | 861 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help()
|
| /Linux-v5.4/scripts/ |
| D | config | 8 CONFIG_="${CONFIG_-CONFIG_}" 45 $myname uses 'CONFIG_' as the default symbol prefix. Set the environment
|
| D | Kbuild.include | 309 ifneq ($$(CONFIG_$(1)),"") 310 …space_escape),\$$(space),$$(patsubst "%",%,$$(subst $$(space),$$(space_escape),$$(CONFIG_$(1)))))))
|
| /Linux-v5.4/arch/sh/tools/ |
| D | mach-types | 2 # MACH_<xxx> CONFIG_<xxx>
|
| /Linux-v5.4/Documentation/kbuild/ |
| D | kconfig.rst | 49 `CONFIG_` 51 If you set `CONFIG_` in the environment, Kconfig will prefix all symbols 53 `CONFIG_`.
|
| D | modules.rst | 560 Modules often need to check for certain `CONFIG_` options to 562 kbuild this is done by referencing the `CONFIG_` variable 572 specific `CONFIG_` settings directly in .config. This usage is 575 in-tree modules when testing for `CONFIG_` definitions.
|
| D | makefiles.rst | 221 you can use the value of a `CONFIG_` symbol to optionally include an 304 It is good practice to use a `CONFIG_` variable when assigning directory 306 corresponding `CONFIG_` option is neither 'y' nor 'm'. 389 2) `CONFIG_` options used in all prerequisite files
|
| /Linux-v5.4/include/ |
| D | Kbuild | 3 # Add header-test-$(CONFIG_...) guard to headers that are only compiled
|
| /Linux-v5.4/lib/ |
| D | Kconfig.debug | 114 turned on by many CONFIG_*DEBUG* options.
|
| /Linux-v5.4/Documentation/devicetree/ |
| D | booting-without-of.txt | 263 to the Makefile under the condition of your CONFIG_
|