Home
last modified time | relevance | path

Searched refs:kconfig (Results 1 – 25 of 63) sorted by relevance

123

/kernel/linux/linux-5.10/scripts/kconfig/
Dstreamline_config.pl136 my $kconfig = $ARGV[1];
155 my ($kconfig) = @_;
163 my $source = "$ksource/$kconfig";
173 open(my $kinfile, '<', $source) || die "Can't open $kconfig";
192 my $kconfig = $1;
194 if (!defined($read_kconfigs{$kconfig})) {
195 $read_kconfigs{$kconfig} = 1;
196 read_kconfig($kconfig);
205 $config2kfile{"CONFIG_$config"} = $kconfig;
268 if ($kconfig) {
[all …]
/kernel/linux/linux-5.10/scripts/kconfig/tests/err_recursive_dep/
Dexpected_stderr3 For a resolution refer to Documentation/kbuild/kconfig-language.rst
8 For a resolution refer to Documentation/kbuild/kconfig-language.rst
14 For a resolution refer to Documentation/kbuild/kconfig-language.rst
20 For a resolution refer to Documentation/kbuild/kconfig-language.rst
26 For a resolution refer to Documentation/kbuild/kconfig-language.rst
31 For a resolution refer to Documentation/kbuild/kconfig-language.rst
37 For a resolution refer to Documentation/kbuild/kconfig-language.rst
/kernel/linux/linux-5.10/Documentation/kbuild/
Dindex.rst10 kconfig-language
11 kconfig-macro-language
14 kconfig
Dissues.rst9 :language: kconfig
15 :language: kconfig
DKconfig.select-break8 # kconfig will not complain and enable this layout for configuration. This is
9 # currently a feature of kconfig, given select was designed to be heavy handed.
21 mainmenu "Simple example to demo kconfig select broken dependency issue"
DKconfig.recursion-issue-029 # kconfig sematics which are documented here. One known practical implication
33 # more important reason is that kconfig does not check for dependencies listed
34 # under 'select' for a symbol, when such symbols are selected kconfig them
47 mainmenu "Simple example to demo cumulative kconfig recursive dependency implication"
DKconfig.recursion-issue-0132 # question of what are the possible values of CORE would make the kconfig
45 mainmenu "Simple example to demo kconfig recursive dependency issue"
/kernel/linux/linux-5.10/scripts/
Dtags.sh225 kconfig) tmp=("${regex_kconfig[@]}") ;;
267 setup_regex exuberant kconfig
269 --langdef=kconfig --language-force=kconfig "${regex[@]}"
278 setup_regex emacs kconfig
DMakefile46 subdir- += basic dtc gdb kconfig mod
/kernel/linux/linux-5.10/tools/testing/ktest/
Dktest.pl3542 my ($kconfig) = @_;
3552 if (! -f $kconfig) {
3553 doprint "file $kconfig does not exist, skipping\n";
3557 open(KIN, "$kconfig")
3558 or dodie "Can't open $kconfig";
3623 foreach $kconfig (@kconfigs) {
3624 if (!defined($read_kconfigs{$kconfig})) {
3625 $read_kconfigs{$kconfig} = 1;
3626 read_kconfig("$builddir/$kconfig");
3656 my $kconfig = "$builddir/arch/$arch/Kconfig";
[all …]
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/
Dsubmit-checklist.rst41 它们符合 ``Documentation/kbuild/kconfig-language.rst`` 中记录的异常条件,
44 7) 所有新的 ``kconfig`` 选项都有帮助文本。
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dskeleton.c26 if (CHECK(skel->kconfig, "skel_kconfig", "kconfig is mmaped()!\n")) in test_skeleton()
72 kcfg = skel->kconfig; in test_skeleton()
Dcore_extern.c132 .kconfig = t->cfg, in test_core_extern()
/kernel/linux/linux-5.10/arch/microblaze/
DKconfig.debug3 # see Documentation/kbuild/kconfig-language.rst.
DKconfig.platform3 # see Documentation/kbuild/kconfig-language.rst.
/kernel/linux/linux-5.10/arch/mips/tools/
Dgeneric-board-config.sh81 ${srctree}/scripts/kconfig/merge_config.sh \
/kernel/linux/linux-5.10/
DKconfig4 # see Documentation/kbuild/kconfig-language.rst.
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
DKconfig3 # see Documentation/kbuild/kconfig-language.rst.
/kernel/linux/linux-5.10/tools/virtio/
DMakefile7 …flow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE -include ../../include/linux/kconfig.h
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/
Dkvm.sh151 --kconfig)
152 …checkarg --kconfig "(Kconfig options)" $# "$2" '^CONFIG_[A-Z0-9_]\+=\([ynm]\|[0-9]\+\)\( CONFIG_[A…
/kernel/linux/linux-5.10/tools/testing/kunit/
Dkunit_tool_test.py48 kconfig = kunit_config.Kconfig()
52 kconfig.read_from_file(kconfig_path)
66 self.assertEqual(kconfig.entries(), expected_kconfig.entries())
/kernel/linux/linux-5.10/arch/nds32/
DKconfig4 # see Documentation/kbuild/kconfig-language.rst.
/kernel/linux/linux-5.10/Documentation/dev-tools/kunit/
Dstart.rst147 .. code-block:: kconfig
196 .. code-block:: kconfig
/kernel/linux/linux-5.10/Documentation/target/
Dtcm_mod_builder.py592 kconfig = tcm_dir + "/drivers/target/Kconfig"
594 f = open(kconfig, 'a')
/kernel/linux/linux-5.10/arch/c6x/
DKconfig4 # see Documentation/kbuild/kconfig-language.rst.

123