/openbmc/u-boot/scripts/kconfig/ |
H A D | POTFILES.in | 1 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 D | streamline_config.pl | 138 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 D | lkdtm.h | 11 #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 D | kconfig-frontends_4.11.0.1.bb | 5 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 D | streamline_config.pl | 136 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 D | 0001-Switch-utils-kconfig-diff-to-use-Python-3.patch | 4 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 D | 0001-Makefile-ensure-frontends-exits-before-writing-into-.patch | 23 bin_SCRIPTS += frontends/kconfig 25 frontends/kconfig: frontends/kconfig.in
|
/openbmc/linux/scripts/kconfig/tests/err_recursive_dep/ |
H A 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
|
/openbmc/linux/scripts/ |
H A D | get_feat.pl | 112 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 D | tags.sh | 235 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 D | Makefile.defconf | 11 $(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 D | configcheck.sh | 42 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 D | torture.sh | 336 …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 D | expected_stderr | 3 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 D | index.rst | 10 kconfig-language 11 kconfig-macro-language 14 kconfig
|
H A D | issues.rst | 9 :language: kconfig 15 :language: kconfig
|
H A 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"
|
H A D | Kconfig.recursion-issue-02 | 9 # 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 D | busybox-cross-menuconfig.patch | 33 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 D | README | 31 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 D | kunit_config.py | 87 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 D | kunit_kernel.py | 104 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 D | lsm_cgroup.c | 178 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 D | ktest.pl | 3589 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 D | submit-checklist.rst | 45 它们符合 ``Documentation/kbuild/kconfig-language.rst`` 菜单属性:默认值中 48 7) 所有新的 ``kconfig`` 选项都有帮助文本。
|