Searched refs:Kconfig (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/kunit/
H A Dkunit_config.py28 """Error parsing Kconfig defconfig or .config."""
31 class Kconfig: class in inherits:
32 """Represents defconfig or .config specified using the Kconfig language."""
52 def is_subset_of(self, other: 'Kconfig') -> bool:
63 def conflicting_options(self, other: 'Kconfig') -> List[Tuple[KconfigEntry, KconfigEntry]]:
72 def merge_in_entries(self, other: 'Kconfig') -> None:
81 def parse_file(path: str) -> Kconfig:
85 def parse_from_string(blob: str) -> Kconfig:
86 """Parses a string containing Kconfig entries."""
87 kconfig = Kconfig()
[all...]
H A Dkunit_kernel.py57 def make_arch_config(self, base_kunitconfig: kunit_config.Kconfig) -> kunit_config.Kconfig:
111 def make_arch_config(self, base_kunitconfig: kunit_config.Kconfig) -> kunit_config.Kconfig:
140 def make_arch_config(self, base_kunitconfig: kunit_config.Kconfig) -> kunit_config.Kconfig:
166 kunitconfig_paths: Optional[List[str]]=None) -> kunit_config.Kconfig:
173 merged = kunit_config.Kconfig()
272 message = 'Not all Kconfig options selected in kunitconfig were in the generated .config.\n' \
276 message += '\nNote: many Kconfig option
[all...]
H A Dkunit_tool_test.py44 kconfig0 = kunit_config.Kconfig()
47 kconfig1 = kunit_config.Kconfig()
58 expected_kconfig = kunit_config.Kconfig()
70 expected_kconfig = kunit_config.Kconfig()
425 want_kconfig = kunit_config.Kconfig()
454 want_kconfig = kunit_config.Kconfig()
/linux-master/scripts/kconfig/
H A DMakefile7 Kconfig := $(KBUILD_KCONFIG) macro
9 Kconfig := Kconfig macro
50 $(Q)$$< $(silent) $(Kconfig)
60 $(Q)$(PERL) $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config
65 $< $(silent) --oldconfig $(Kconfig); \
69 $< $(silent) --oldconfig $(Kconfig); \
85 $(Q)$< $(silent) --$@ $(Kconfig)
90 $(Q)$< $(silent) --$@=defconfig $(Kconfig)
95 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
[all...]
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh45 echo ' ---' Kconfig fragment at: $config_template >> $resdir/log
48 # Combine additional Kconfig options into an existing set such that
49 # newer options win. The first argument is the Kconfig source ID, the
51 # list of additional Kconfig options. Note that a $2.tmp file is
160 # Pull in Kconfig-fragment boot parameters
/linux-master/scripts/
H A Dcheckpatch.pl141 --kconfig-prefix=WORD use WORD as a prefix for Kconfig symbols (default
3598 # check for Kconfig help text having a real description
3601 if ($realfile =~ /Kconfig/ &&
3603 # Kconfig supports named choices), so use a word boundary
3630 # At the end of this Kconfig block:
7443 "#define of '$1' is wrong - use Kconfig variables or standard guards instead\n" . $herecurr);

Completed in 634 milliseconds