Searched refs:Kconfig (Results 1 - 5 of 5) sorted by path

/u-boot/scripts/
H A Dcheckpatch.pl141 --kconfig-prefix=WORD use WORD as a prefix for Kconfig symbols (default
2633 # use Kconfig for all CONFIG symbols
2636 "All CONFIG symbols are managed by Kconfig\n" . $herecurr);
3596 # check for Kconfig help text having a real description
3599 if ($realfile =~ /Kconfig/ &&
3601 # Kconfig supports named choices), so use a word boundary
7362 "#define of '$1' is wrong - use Kconfig variables or standard guards instead\n" . $herecurr);
/u-boot/scripts/kconfig/
H A DMakefile16 Kconfig := $(KBUILD_KCONFIG) macro
18 Kconfig := Kconfig macro
29 $< $(silent) $(Kconfig)
32 $< $(silent) $(Kconfig)
35 $< $(silent) $(Kconfig)
38 $< $(silent) --oldaskconfig $(Kconfig)
41 $< $(silent) $(Kconfig)
52 $(Q)perl $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config
57 $< $(silent) --oldconfig $(Kconfig); \
[all...]
/u-boot/tools/buildman/
H A Dboards.py57 Looks at defconfig and Kconfig files to make sure none is newer than the
64 srcdir (str): Directory containing Kconfig and MAINTAINERS files
68 *_defconfig, MAINTAINERS and Kconfig*. False otherwise.
93 not fnmatch.fnmatch(filename, 'Kconfig*') and
184 """Kconfig scanner."""
198 """Scan all the Kconfig files and create a Kconfig object."""
199 # Define environment variables referenced from Kconfig
204 self._conf = kconfiglib.Kconfig(warn=False)
372 srcdir (str): Directory containing source code (Kconfig file
[all...]
H A Dkconfiglib.py9 from Kconfig (https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt)
71 This target gives an interactive Python prompt where a Kconfig instance has
82 (usually only one). Printing a menu node will print its item, in Kconfig
92 configuration. sys.argv[1] holds the name of the top-level Kconfig file
93 (currently always "Kconfig" in practice), and sys.argv[2] holds the SCRIPT_ARG
103 Kconfig files, together with their values. See the
106 Only environment variables that are referenced via the Kconfig preprocessor
114 the Kbuild makefiles and referenced inside Kconfig files, via e.g.
115 'source "arch/$(SRCARCH)/Kconfig" and commands run via '$(shell,...)'.
140 >>> kconf = kconfiglib.Kconfig() # filenam
576 class Kconfig(object): class in inherits:object
[all...]
/u-boot/tools/
H A Dqconfig.py8 Build and query a Kconfig database for boards.
279 """Kconfig scanner."""
282 """Scan all the Kconfig files and create a Config object."""
283 # Define environment variables referenced from Kconfig
288 self.conf = kconfiglib.Kconfig()
760 kconf (Kconfiglib.Kconfig): Kconfig object
778 This finds imply_config in the Kconfig and looks to see if it is possible
779 to add an 'imply' for 'config' to that part of the Kconfig.
782 kconf (Kconfiglib.Kconfig)
[all...]

Completed in 88 milliseconds