Searched refs:CONFIG_ (Results 1 – 20 of 20) sorted by relevance
/linux-6.6.21/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 | 433 if (memcmp(line + 2, CONFIG_, strlen(CONFIG_))) in conf_read_simple() 435 p = strchr(line + 2 + strlen(CONFIG_), ' '); in conf_read_simple() 442 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple() 446 line + 2 + strlen(CONFIG_)); in conf_read_simple() 452 sym = sym_lookup(line + 2 + strlen(CONFIG_), 0); in conf_read_simple() 468 } else if (memcmp(line, CONFIG_, strlen(CONFIG_)) == 0) { in conf_read_simple() 469 p = strchr(line + strlen(CONFIG_), '='); in conf_read_simple() 480 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple() 489 conf_touch_dep(line + strlen(CONFIG_)); in conf_read_simple() 493 line + strlen(CONFIG_)); in conf_read_simple() [all …]
|
D | merge_config.sh | 43 CONFIG_PREFIX=${CONFIG_-CONFIG_}
|
D | mconf.c | 446 "(with or without \"%s\")", CONFIG_); in search_conf() 466 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf() 467 dialog_input += strlen(CONFIG_); in search_conf()
|
D | nconf.c | 757 "(with or without \"%s\")", CONFIG_); in search_conf() 778 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf() 779 dialog_input += strlen(CONFIG_); in search_conf()
|
D | Makefile | 31 unexport CONFIG_
|
D | menu.c | 861 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help()
|
/linux-6.6.21/scripts/ |
D | config | 8 CONFIG_="${CONFIG_-CONFIG_}" 48 $myname uses 'CONFIG_' as the default symbol prefix. Set the environment
|
D | checkpatch.pl | 75 my ${CONFIG_} = "CONFIG_"; 142 ${CONFIG_}) 328 'kconfig-prefix=s' => \${CONFIG_}, 7277 if ($rawline =~ /\bIS_ENABLED\s*\(\s*(\w+)\s*\)/ && $1 !~ /^${CONFIG_}/) { 7279 "IS_ENABLED($1) is normally used as IS_ENABLED(${CONFIG_}$1)\n" . $herecurr); 7283 …if ($line =~ /^\+\s*#\s*if\s+defined(?:\s*\(?\s*|\s+)(${CONFIG_}[A-Z_]+)\s*\)?\s*\|\|\s*defined(?:… 7286 "Prefer IS_ENABLED(<FOO>) to ${CONFIG_}<FOO> || ${CONFIG_}<FOO>_MODULE\n" . $herecurr) &&
|
/linux-6.6.21/drivers/gpu/drm/ci/ |
D | build.sh | 74 echo CONFIG_$opt=y >> drivers/gpu/drm/ci/${KERNEL_ARCH}.config 77 echo CONFIG_$opt=n >> drivers/gpu/drm/ci/${KERNEL_ARCH}.config
|
/linux-6.6.21/arch/sh/tools/ |
D | mach-types | 2 # MACH_<xxx> CONFIG_<xxx>
|
/linux-6.6.21/tools/testing/radix-tree/ |
D | Makefile | 72 @if ! grep -qws CONFIG_$(LONG_BIT)BIT generated/bit-length.h; then \
|
/linux-6.6.21/Documentation/kbuild/ |
D | kconfig.rst | 68 `CONFIG_` 70 If you set `CONFIG_` in the environment, Kconfig will prefix all symbols 72 `CONFIG_`.
|
D | modules.rst | 546 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.
|
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-6.6.21/Documentation/powerpc/ |
D | booting.rst | 102 to the Makefile under the condition of your ``CONFIG_``
|
/linux-6.6.21/Documentation/dev-tools/kunit/ |
D | style.rst | 159 * be named ``CONFIG_<name>_KUNIT_TEST``: where <name> is the name of the test
|
/linux-6.6.21/Documentation/dev-tools/ |
D | checkpatch.rst | 207 Use WORD as a prefix for Kconfig symbols (default is `CONFIG_`).
|
/linux-6.6.21/drivers/tty/serial/8250/ |
D | 8250_pci.c | 3799 (IS_ENABLED(CONFIG_##option) ? 0 : (kernel_ulong_t)&#option)
|
/linux-6.6.21/lib/ |
D | Kconfig.debug | 126 turned on by many CONFIG_*DEBUG* options.
|