Searched refs:kconfig (Results 1 – 25 of 63) sorted by relevance
123
/kernel/linux/linux-5.10/scripts/kconfig/ |
D | streamline_config.pl | 136 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/ |
D | expected_stderr | 3 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/ |
D | index.rst | 10 kconfig-language 11 kconfig-macro-language 14 kconfig
|
D | issues.rst | 9 :language: kconfig 15 :language: kconfig
|
D | Kconfig.select-break | 8 # 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"
|
D | Kconfig.recursion-issue-02 | 9 # 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"
|
D | Kconfig.recursion-issue-01 | 32 # 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/ |
D | tags.sh | 225 kconfig) tmp=("${regex_kconfig[@]}") ;; 267 setup_regex exuberant kconfig 269 --langdef=kconfig --language-force=kconfig "${regex[@]}" 278 setup_regex emacs kconfig
|
D | Makefile | 46 subdir- += basic dtc gdb kconfig mod
|
/kernel/linux/linux-5.10/tools/testing/ktest/ |
D | ktest.pl | 3542 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/ |
D | submit-checklist.rst | 41 它们符合 ``Documentation/kbuild/kconfig-language.rst`` 中记录的异常条件, 44 7) 所有新的 ``kconfig`` 选项都有帮助文本。
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | skeleton.c | 26 if (CHECK(skel->kconfig, "skel_kconfig", "kconfig is mmaped()!\n")) in test_skeleton() 72 kcfg = skel->kconfig; in test_skeleton()
|
D | core_extern.c | 132 .kconfig = t->cfg, in test_core_extern()
|
/kernel/linux/linux-5.10/arch/microblaze/ |
D | Kconfig.debug | 3 # see Documentation/kbuild/kconfig-language.rst.
|
D | Kconfig.platform | 3 # see Documentation/kbuild/kconfig-language.rst.
|
/kernel/linux/linux-5.10/arch/mips/tools/ |
D | generic-board-config.sh | 81 ${srctree}/scripts/kconfig/merge_config.sh \
|
/kernel/linux/linux-5.10/ |
D | Kconfig | 4 # see Documentation/kbuild/kconfig-language.rst.
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
D | Kconfig | 3 # see Documentation/kbuild/kconfig-language.rst.
|
/kernel/linux/linux-5.10/tools/virtio/ |
D | Makefile | 7 …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/ |
D | kvm.sh | 151 --kconfig) 152 …checkarg --kconfig "(Kconfig options)" $# "$2" '^CONFIG_[A-Z0-9_]\+=\([ynm]\|[0-9]\+\)\( CONFIG_[A…
|
/kernel/linux/linux-5.10/tools/testing/kunit/ |
D | kunit_tool_test.py | 48 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/ |
D | Kconfig | 4 # see Documentation/kbuild/kconfig-language.rst.
|
/kernel/linux/linux-5.10/Documentation/dev-tools/kunit/ |
D | start.rst | 147 .. code-block:: kconfig 196 .. code-block:: kconfig
|
/kernel/linux/linux-5.10/Documentation/target/ |
D | tcm_mod_builder.py | 592 kconfig = tcm_dir + "/drivers/target/Kconfig" 594 f = open(kconfig, 'a')
|
/kernel/linux/linux-5.10/arch/c6x/ |
D | Kconfig | 4 # see Documentation/kbuild/kconfig-language.rst.
|
123