Searched refs:kconfig (Results 1 – 17 of 17) sorted by relevance
3 For a resolution refer to Documentation/kbuild/kconfig-language.rst8 For a resolution refer to Documentation/kbuild/kconfig-language.rst14 For a resolution refer to Documentation/kbuild/kconfig-language.rst20 For a resolution refer to Documentation/kbuild/kconfig-language.rst26 For a resolution refer to Documentation/kbuild/kconfig-language.rst31 For a resolution refer to Documentation/kbuild/kconfig-language.rst37 For a resolution refer to Documentation/kbuild/kconfig-language.rst
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);
6 xen/tools/kconfig8 The kconfig directory was originally imported from the linux kernel9 git tree at kernel/git/torvalds/linux.git, path: scripts/kconfig
96 $(Q)$(CONFIG_SHELL) $(srctree)/tools/kconfig/merge_config.sh -m .config $(configfiles)97 $(Q)$(MAKE) -f $(srctree)/tools/kconfig/Makefile.kconfig olddefconfig
14 src := tools/kconfig
160 kconfig = -f $(BASEDIR)/tools/kconfig/Makefile.kconfig ARCH=$(ARCH) SRCARCH=$(SRCARCH) HOSTCC="$(HO… macro168 $(MAKE) $(kconfig) $@174 $(MAKE) $(kconfig) $@186 $(MAKE) $(kconfig) defconfig195 $(MAKE) $(kconfig) syncconfig339 $(MAKE) -f $(BASEDIR)/tools/kconfig/Makefile.kconfig ARCH=$(ARCH) SRCARCH=$(SRCARCH) clean
3 # see docs/misc/kconfig-language.txt
7 make -C xen KCONFIG_ALLCONFIG=tools/kconfig/allrandom.config randconfig
9 $(BASEDIR)/include/xen/kconfig.h \
13 make -C xen KCONFIG_ALLCONFIG=tools/kconfig/allrandom.config randconfig
543 summarized as a circular dependency. The kconfig tools need to ensure that545 that kconfig must determine the values that are possible for all Kconfig573 Practical solutions to kconfig recursive issue630 Future kconfig work633 Work on kconfig is welcomed on both areas of clarifying semantics and on694 http://kernelnewbies.org/KernelProjects/kconfig-sat
47 dependency as explained in kconfig-language.txt.
107 to somehow debug the behaviour of the kconfig parser/frontends.
2471 separated option in kconfig must also be enabled.2473 unprivileged VMs. To choose this, the separated option in kconfig must also
318 xen/tools/kconfig/.tmp_gtkcheck319 xen/tools/kconfig/.tmp_qtcheck
25 Xen itself is configured via a `kconfig' system borrowed from Linux.26 See docs/misc/kconfig.txt.
338 F: docs/misc/kconfig{,-language}.txt339 F: xen/tools/kconfig/
Completed in 16 milliseconds