Home
last modified time | relevance | path

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

/linux-6.3-rc2/scripts/kconfig/
A 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
A Dconfdata.c429 if (memcmp(line + 2, CONFIG_, strlen(CONFIG_))) in conf_read_simple()
431 p = strchr(line + 2 + strlen(CONFIG_), ' '); in conf_read_simple()
438 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple()
444 sym = sym_lookup(line + 2 + strlen(CONFIG_), 0); in conf_read_simple()
460 } else if (memcmp(line, CONFIG_, strlen(CONFIG_)) == 0) { in conf_read_simple()
461 p = strchr(line + strlen(CONFIG_), '='); in conf_read_simple()
472 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple()
481 conf_touch_dep(line + strlen(CONFIG_)); in conf_read_simple()
696 fprintf(fp, "%s%s=%s\n", CONFIG_, sym->name, val); in __print_symbol()
790 fprintf(fp, "--cfg=%s%s\n", CONFIG_, sym->name); in print_symbol_for_rustccfg()
[all …]
A Dmerge_config.sh43 CONFIG_PREFIX=${CONFIG_-CONFIG_}
A Dmconf.c407 "(with or without \"%s\")", CONFIG_); in search_conf()
427 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf()
428 dialog_input += strlen(CONFIG_); in search_conf()
A 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()
A DMakefile31 unexport CONFIG_
A Dmenu.c853 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help()
/linux-6.3-rc2/scripts/
A Dconfig8 CONFIG_="${CONFIG_-CONFIG_}"
48 $myname uses 'CONFIG_' as the default symbol prefix. Set the environment
A Dcheckpatch.pl75 my ${CONFIG_} = "CONFIG_";
140 ${CONFIG_})
326 'kconfig-prefix=s' => \${CONFIG_},
7202 if ($rawline =~ /\bIS_ENABLED\s*\(\s*(\w+)\s*\)/ && $1 !~ /^${CONFIG_}/) {
7204 "IS_ENABLED($1) is normally used as IS_ENABLED(${CONFIG_}$1)\n" . $herecurr);
7208 …if ($line =~ /^\+\s*#\s*if\s+defined(?:\s*\(?\s*|\s+)(${CONFIG_}[A-Z_]+)\s*\)?\s*\|\|\s*defined(?:…
7211 "Prefer IS_ENABLED(<FOO>) to ${CONFIG_}<FOO> || ${CONFIG_}<FOO>_MODULE\n" . $herecurr) &&
/linux-6.3-rc2/arch/sh/tools/
A Dmach-types2 # MACH_<xxx> CONFIG_<xxx>
/linux-6.3-rc2/tools/testing/radix-tree/
A DMakefile71 @if ! grep -qws CONFIG_$(LONG_BIT)BIT generated/bit-length.h; then \
/linux-6.3-rc2/Documentation/kbuild/
A Dkconfig.rst57 `CONFIG_`
59 If you set `CONFIG_` in the environment, Kconfig will prefix all symbols
61 `CONFIG_`.
A Dmodules.rst546 Modules often need to check for certain `CONFIG_` options to
548 kbuild this is done by referencing the `CONFIG_` variable
558 specific `CONFIG_` settings directly in .config. This usage is
561 in-tree modules when testing for `CONFIG_` definitions.
A Dmakefiles.rst170 you can use the value of a ``CONFIG_`` symbol to optionally include an
272 It is good practice to use a ``CONFIG_`` variable when assigning directory
274 corresponding ``CONFIG_`` option is neither "y" nor "m".
406 2) ``CONFIG_`` options used in all prerequisite files
/linux-6.3-rc2/Documentation/powerpc/
A Dbooting.rst102 to the Makefile under the condition of your ``CONFIG_``
/linux-6.3-rc2/Documentation/dev-tools/kunit/
A Dstyle.rst159 * be named ``CONFIG_<name>_KUNIT_TEST``: where <name> is the name of the test
/linux-6.3-rc2/Documentation/dev-tools/
A Dcheckpatch.rst207 Use WORD as a prefix for Kconfig symbols (default is `CONFIG_`).
/linux-6.3-rc2/drivers/tty/serial/8250/
A D8250_pci.c3667 (IS_ENABLED(CONFIG_##option) ? 0 : (kernel_ulong_t)&#option)
/linux-6.3-rc2/lib/
A DKconfig.debug126 turned on by many CONFIG_*DEBUG* options.

Completed in 52 milliseconds