Home
last modified time | relevance | path

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

/xen/xen/tools/kconfig/tests/err_recursive_dep/
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
/xen/xen/tools/kconfig/
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);
A DREADME.source6 xen/tools/kconfig
8 The kconfig directory was originally imported from the linux kernel
9 git tree at kernel/git/torvalds/linux.git, path: scripts/kconfig
A DMakefile96 $(Q)$(CONFIG_SHELL) $(srctree)/tools/kconfig/merge_config.sh -m .config $(configfiles)
97 $(Q)$(MAKE) -f $(srctree)/tools/kconfig/Makefile.kconfig olddefconfig
A DMakefile.kconfig14 src := tools/kconfig
/xen/xen/
A DMakefile160 kconfig = -f $(BASEDIR)/tools/kconfig/Makefile.kconfig ARCH=$(ARCH) SRCARCH=$(SRCARCH) HOSTCC="$(HO… macro
168 $(MAKE) $(kconfig) $@
174 $(MAKE) $(kconfig) $@
186 $(MAKE) $(kconfig) defconfig
195 $(MAKE) $(kconfig) syncconfig
339 $(MAKE) -f $(BASEDIR)/tools/kconfig/Makefile.kconfig ARCH=$(ARCH) SRCARCH=$(SRCARCH) clean
A DKconfig3 # see docs/misc/kconfig-language.txt
/xen/scripts/
A Dtravis-build7 make -C xen KCONFIG_ALLCONFIG=tools/kconfig/allrandom.config randconfig
/xen/xen/arch/x86/boot/
A DMakefile9 $(BASEDIR)/include/xen/kconfig.h \
/xen/automation/scripts/
A Dbuild13 make -C xen KCONFIG_ALLCONFIG=tools/kconfig/allrandom.config randconfig
/xen/docs/misc/
A Dkconfig-language.rst543 summarized as a circular dependency. The kconfig tools need to ensure that
545 that kconfig must determine the values that are possible for all Kconfig
573 Practical solutions to kconfig recursive issue
630 Future kconfig work
633 Work on kconfig is welcomed on both areas of clarifying semantics and on
694 http://kernelnewbies.org/KernelProjects/kconfig-sat
A Dkconfig-macro-language.rst47 dependency as explained in kconfig-language.txt.
A Dkconfig.rst107 to somehow debug the behaviour of the kconfig parser/frontends.
A Dxen-command-line.pandoc2471 separated option in kconfig must also be enabled.
2473 unprivileged VMs. To choose this, the separated option in kconfig must also
/xen/
A D.gitignore318 xen/tools/kconfig/.tmp_gtkcheck
319 xen/tools/kconfig/.tmp_qtcheck
A DINSTALL25 Xen itself is configured via a `kconfig' system borrowed from Linux.
26 See docs/misc/kconfig.txt.
A DMAINTAINERS338 F: docs/misc/kconfig{,-language}.txt
339 F: xen/tools/kconfig/

Completed in 16 milliseconds