Home
last modified time | relevance | path

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

123456

/openbmc/u-boot/scripts/kconfig/
H A DPOTFILES.in1 scripts/kconfig/lxdialog/checklist.c
2 scripts/kconfig/lxdialog/inputbox.c
3 scripts/kconfig/lxdialog/menubox.c
4 scripts/kconfig/lxdialog/textbox.c
5 scripts/kconfig/lxdialog/util.c
6 scripts/kconfig/lxdialog/yesno.c
7 scripts/kconfig/mconf.c
8 scripts/kconfig/conf.c
9 scripts/kconfig/confdata.c
10 scripts/kconfig/gconf.c
[all …]
H A Dstreamline_config.pl138 my $kconfig = $ARGV[1];
156 my ($kconfig) = @_;
164 my $source = "$ksource/$kconfig";
174 open(my $kinfile, '<', $source) || die "Can't open $kconfig";
193 my $kconfig = $1;
195 if (!defined($read_kconfigs{$kconfig})) {
196 $read_kconfigs{$kconfig} = 1;
197 read_kconfig($kconfig);
268 if ($kconfig) {
269 read_kconfig($kconfig);
/openbmc/linux/drivers/misc/lkdtm/
H A Dlkdtm.h11 #define pr_expected_config(kconfig) \ argument
13 if (IS_ENABLED(kconfig)) \
14 pr_err("Unexpected! This %s was built with " #kconfig "=y\n", \
17 pr_warn("This is probably expected, since this %s was built *without* " #kconfig "=y\n", \
23 #define pr_expected_config_param(kconfig, param) \ argument
25 if (IS_ENABLED(kconfig)) { \
28 …pr_warn("This is probably expected, since this %s was built with " #kconfig "=y but booted with '"…
32 pr_err("Unexpected! This %s was built with " #kconfig "=y and booted with '" param "=Y'\n", \
36 …pr_err("Unexpected! This %s was built with " #kconfig "=y (and booted without '" param "' specifie…
42 …pr_warn("This is probably expected, as this %s was built *without* " #kconfig "=y and booted with …
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/kconfig-frontends/
H A Dkconfig-frontends_4.11.0.1.bb5 DESCRIPTION = "The kconfig-frontends project aims at centralising \
7 kconfig infrastructure, ready for use by third-party projects. \
8 The kconfig-frontends package provides the kconfig parser, as well as all \
10 HOMEPAGE = "https://gitlab.com/ymorin/kconfig-frontends"
16 SRC_URI = "git://gitlab.com/ymorin/kconfig-frontends.git;protocol=https;branch=4.11.x \
18 file://0001-Switch-utils-kconfig-diff-to-use-Python-3.patch \
34 ln -s kconfig-conf ${D}${bindir}/conf
35 ln -s kconfig-mconf ${D}${bindir}/mconf
/openbmc/linux/scripts/kconfig/
H A Dstreamline_config.pl136 my $kconfig = $ARGV[1];
155 my ($kconfig) = @_;
163 my $source = "$ksource/$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) {
269 read_kconfig($kconfig);
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/kconfig-frontends/files/
H A D0001-Switch-utils-kconfig-diff-to-use-Python-3.patch4 Subject: [PATCH] Switch utils/kconfig-diff to use Python 3
11 utils/kconfig-diff | 2 +-
14 diff --git a/utils/kconfig-diff b/utils/kconfig-diff
16 --- a/utils/kconfig-diff
17 +++ b/utils/kconfig-diff
H A D0001-Makefile-ensure-frontends-exits-before-writing-into-.patch23 bin_SCRIPTS += frontends/kconfig
25 frontends/kconfig: frontends/kconfig.in
/openbmc/linux/scripts/kconfig/tests/err_recursive_dep/
H A 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
/openbmc/linux/scripts/
H A Dget_feat.pl112 my $kconfig;
133 $kconfig = $1;
134 if (length($kconfig) > $max_size_kconfig) {
135 $max_size_kconfig = length($kconfig);
190 parse_error($file, $ln, "Kconfig not found", "") if (!$kconfig);
200 $data{$name}->{kconfig} = $kconfig;
253 printf "%-${max_size_kconfig}s ", $data{$name}->{kconfig};
290 printf "%${max_size_kconfig}s # ", $data{$name}->{kconfig};
306 print ":Kconfig: $data{$feat}->{kconfig} \n" if ($data{$feat}->{kconfig});
486 printf "|%-${desc_size}s", "``" . $data{$name}->{kconfig} . "``";
H A Dtags.sh235 kconfig) tmp=("${regex_kconfig[@]}") ;;
282 if ! $1 --list-languages | grep -iq kconfig; then
283 setup_regex exuberant kconfig
284 KCONFIG_ARGS=(--langdef=kconfig --language-force=kconfig "${regex[@]}")
294 setup_regex emacs kconfig
H A DMakefile.defconf11 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh \
25 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh \
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dconfigcheck.sh42 sed -e 's/^/test_kconfig_disabled /' -e 's/=n$//' > $T/kconfig-n.sh
43 . $T/kconfig-n.sh
45 sed -e 's/^/test_kconfig_enabled /' > $T/kconfig-not-n.sh
46 . $T/kconfig-not-n.sh
H A Dtorture.sh336 …torture_one "$@" --kconfig "CONFIG_DEBUG_LOCK_ALLOC=y CONFIG_PROVE_LOCKING=y" $kcsan_kmake_tag $cu…
394 …results-rcutasksflavors/$flavor" --buildonly --configs "TINY01 TREE04" --kconfig "CONFIG_RCU_EXPER…
430 …cpus --duration "$duration_scftorture" --configs "$configs_scftorture" --kconfig "CONFIG_NR_CPUS=$…
524 …ftests/rcutorture/bin/kvm.sh --torture rcuscale --allcpus --duration 5 --kconfig "CONFIG_TASKS_TRA…
562 …tests/rcutorture/bin/kvm.sh --torture rcuscale --allcpus --duration 10 --kconfig "CONFIG_NR_CPUS=$…
568 …ftests/rcutorture/bin/kvm.sh --allcpus --duration 45s --configs TREE03 --kconfig "CONFIG_TEST_CLOC…
571 …ftests/rcutorture/bin/kvm.sh --allcpus --duration 45s --configs TREE03 --kconfig "CONFIG_TEST_CLOC…
/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/
H A Dexpected_stderr3 For a resolution refer to Documentation/kbuild/kconfig-language.txt
8 For a resolution refer to Documentation/kbuild/kconfig-language.txt
14 For a resolution refer to Documentation/kbuild/kconfig-language.txt
20 For a resolution refer to Documentation/kbuild/kconfig-language.txt
25 For a resolution refer to Documentation/kbuild/kconfig-language.txt
/openbmc/linux/Documentation/kbuild/
H A Dindex.rst10 kconfig-language
11 kconfig-macro-language
14 kconfig
H A Dissues.rst9 :language: kconfig
15 :language: kconfig
H A 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"
H A DKconfig.recursion-issue-029 # kconfig semantics 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"
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A Dbusybox-cross-menuconfig.patch33 scripts/kconfig/lxdialog/Makefile | 2 +-
34 scripts/kconfig/lxdialog/check-lxdialog.sh | 8 ++++++++
37 --- a/scripts/kconfig/lxdialog/check-lxdialog.sh
38 +++ b/scripts/kconfig/lxdialog/check-lxdialog.sh
61 --- a/scripts/kconfig/lxdialog/Makefile
62 +++ b/scripts/kconfig/lxdialog/Makefile
/openbmc/u-boot/board/bosch/shc/
H A DREADME31 HOSTCC scripts/kconfig/conf.o
32 SHIPPED scripts/kconfig/zconf.tab.c
33 SHIPPED scripts/kconfig/zconf.lex.c
34 SHIPPED scripts/kconfig/zconf.hash.c
35 HOSTCC scripts/kconfig/zconf.tab.o
36 HOSTLD scripts/kconfig/conf
/openbmc/linux/tools/testing/kunit/
H A Dkunit_config.py87 kconfig = Kconfig()
97 kconfig.add_entry(match.group(1), match.group(2))
102 kconfig.add_entry(empty_match.group(1), 'n')
108 return kconfig
H A Dkunit_kernel.py104 self._kconfig = qemu_arch_params.kconfig
112 kconfig = kunit_config.parse_from_string(self._kconfig)
113 kconfig.merge_in_entries(base_kunitconfig)
114 return kconfig
141 kconfig = kunit_config.parse_file(UML_KCONFIG_PATH)
142 kconfig.merge_in_entries(base_kunitconfig)
143 return kconfig
251 kconfig = kunit_config.parse_from_string('\n'.join(kconfig_add))
252 self._kconfig.merge_in_entries(kconfig)
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlsm_cgroup.c178 if (!(skel->kconfig->CONFIG_SECURITY_APPARMOR in test_lsm_cgroup_functional()
179 || skel->kconfig->CONFIG_SECURITY_SELINUX in test_lsm_cgroup_functional()
180 || skel->kconfig->CONFIG_SECURITY_SMACK)) in test_lsm_cgroup_functional()
244 if (skel->kconfig->CONFIG_SECURITY_APPARMOR in test_lsm_cgroup_functional()
245 || skel->kconfig->CONFIG_SECURITY_SELINUX in test_lsm_cgroup_functional()
246 || skel->kconfig->CONFIG_SECURITY_SMACK) in test_lsm_cgroup_functional()
/openbmc/linux/tools/testing/ktest/
H A Dktest.pl3589 my ($kconfig) = @_;
3598 if (! -f $kconfig) {
3599 doprint "file $kconfig does not exist, skipping\n";
3603 open(KIN, "$kconfig")
3604 or dodie "Can't open $kconfig";
3669 foreach $kconfig (@kconfigs) {
3670 if (!defined($read_kconfigs{$kconfig})) {
3671 $read_kconfigs{$kconfig} = 1;
3672 read_kconfig("$builddir/$kconfig");
3702 my $kconfig = "$builddir/arch/$arch/Kconfig";
[all …]
/openbmc/linux/Documentation/translations/zh_CN/process/
H A Dsubmit-checklist.rst45 它们符合 ``Documentation/kbuild/kconfig-language.rst`` 菜单属性:默认值中
48 7) 所有新的 ``kconfig`` 选项都有帮助文本。

123456