Searched refs:CONFIG_ (Results 1 – 23 of 23) sorted by relevance
| /linux/scripts/kconfig/ |
| A 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
|
| A D | confdata.c | 413 if (memcmp(p, CONFIG_, strlen(CONFIG_))) in conf_read_simple() 415 sym_name = p + strlen(CONFIG_); in conf_read_simple() 425 if (memcmp(line, CONFIG_, strlen(CONFIG_))) { in conf_read_simple() 430 sym_name = line + strlen(CONFIG_); in conf_read_simple() 615 fprintf(fp, "# %s%s is not set\n", CONFIG_, sym->name); in __print_symbol() 624 fprintf(fp, "%s%s=%s\n", CONFIG_, sym->name, val); in __print_symbol() 680 fprintf(fp, "#define %s%s%s %s%s\n", CONFIG_, sym->name, sym_suffix, in print_symbol_for_c() 718 fprintf(fp, "--cfg=%s%s\n", CONFIG_, sym->name); in print_symbol_for_rustccfg() 739 fprintf(fp, "--cfg=%s%s=%s\n", CONFIG_, sym->name, val); in print_symbol_for_rustccfg()
|
| A D | merge_config.sh | 43 CONFIG_PREFIX=${CONFIG_-CONFIG_}
|
| A D | mconf.c | 396 "(with or without \"%s\")", CONFIG_); in search_conf() 416 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf() 417 dialog_input += strlen(CONFIG_); in search_conf()
|
| A D | nconf.c | 708 "(with or without \"%s\")", CONFIG_); in search_conf() 729 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf() 730 dialog_input += strlen(CONFIG_); in search_conf()
|
| A D | Makefile | 39 unexport CONFIG_
|
| A D | menu.c | 763 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help()
|
| /linux/scripts/ |
| A D | config | 8 CONFIG_="${CONFIG_-CONFIG_}" 48 $myname uses 'CONFIG_' as the default symbol prefix. Set the environment
|
| A D | checkpatch.pl | 76 my ${CONFIG_} = "CONFIG_"; 144 ${CONFIG_}) 331 'kconfig-prefix=s' => \${CONFIG_}, 7302 if ($rawline =~ /\bIS_ENABLED\s*\(\s*(\w+)\s*\)/ && $1 !~ /^${CONFIG_}/) { 7304 "IS_ENABLED($1) is normally used as IS_ENABLED(${CONFIG_}$1)\n" . $herecurr); 7308 …if ($line =~ /^\+\s*#\s*if\s+defined(?:\s*\(?\s*|\s+)(${CONFIG_}[A-Z_]+)\s*\)?\s*\|\|\s*defined(?:… 7311 "Prefer IS_ENABLED(<FOO>) to ${CONFIG_}<FOO> || ${CONFIG_}<FOO>_MODULE\n" . $herecurr) &&
|
| /linux/drivers/gpu/drm/ci/ |
| A D | build.sh | 92 ./scripts/config --enable CONFIG_$opt 95 ./scripts/config --disable CONFIG_$opt
|
| /linux/arch/sh/tools/ |
| A D | mach-types | 2 # MACH_<xxx> CONFIG_<xxx>
|
| /linux/tools/testing/shared/ |
| A D | shared.mk | 69 @if ! grep -qws CONFIG_$(LONG_BIT)BIT generated/bit-length.h; then \
|
| /linux/Documentation/kbuild/ |
| A D | kconfig.rst | 65 ``CONFIG_`` 66 If you set ``CONFIG_`` in the environment, Kconfig will prefix all symbols 68 default, ``CONFIG_``.
|
| A D | modules.rst | 456 Modules often need to check for certain `CONFIG_` options to 458 kbuild this is done by referencing the `CONFIG_` variable
|
| A D | makefiles.rst | 170 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/Documentation/arch/powerpc/ |
| A D | booting.rst | 102 to the Makefile under the condition of your ``CONFIG_``
|
| /linux/Documentation/netlink/ |
| A D | genetlink.yaml | 270 the operation, without the 'CONFIG_' prefix.
|
| A D | genetlink-c.yaml | 315 the operation, without the 'CONFIG_' prefix.
|
| A D | genetlink-legacy.yaml | 366 the operation, without the 'CONFIG_' prefix.
|
| /linux/Documentation/dev-tools/kunit/ |
| A D | style.rst | 159 * be named ``CONFIG_<name>_KUNIT_TEST``: where <name> is the name of the test
|
| /linux/Documentation/dev-tools/ |
| A D | checkpatch.rst | 207 Use WORD as a prefix for Kconfig symbols (default is `CONFIG_`).
|
| /linux/drivers/tty/serial/8250/ |
| A D | 8250_pci.c | 3917 (IS_ENABLED(CONFIG_##option) ? 0 : (kernel_ulong_t)&#option)
|
| /linux/lib/ |
| A D | Kconfig.debug | 126 turned on by many CONFIG_*DEBUG* options.
|
Completed in 53 milliseconds