Searched refs:Kconfig (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | Makefile | 10 Kconfig := $(KBUILD_KCONFIG) macro 12 Kconfig := Kconfig macro 23 $(Q)$< $(silent) $(Kconfig) 26 $(Q)$< $(silent) $(Kconfig) 29 $(Q)$< $(silent) $(Kconfig) 32 $(Q)$< $(silent) --oldaskconfig $(Kconfig) 35 $(Q)$< $(silent) $(Kconfig) 46 $(Q)$(PERL) $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config 51 $< $(silent) --oldconfig $(Kconfig); \ [all...] |
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | Makefile | 7 Kconfig := $(KBUILD_KCONFIG) macro 9 Kconfig := Kconfig macro 42 $(Q)$$< $(silent) $(Kconfig) 52 $(Q)$(PERL) $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config 57 $< $(silent) --oldconfig $(Kconfig); \ 61 $< $(silent) --oldconfig $(Kconfig); \ 77 $(Q)$< $(silent) --$@ $(Kconfig) 82 $(Q)$< $(silent) --$@=defconfig $(Kconfig) 87 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig) [all...] |
/kernel/linux/linux-6.6/tools/testing/kunit/ |
H A D | kunit_config.py | 28 """Error parsing Kconfig defconfig or .config.""" 31 class Kconfig: class 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 D | kunit_kernel.py | 57 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: 165 kunitconfig_paths: Optional[List[str]]=None) -> kunit_config.Kconfig: 172 merged = kunit_config.Kconfig() 271 message = 'Not all Kconfig options selected in kunitconfig were in the generated .config.\n' \ 275 message += '\nNote: many Kconfig option [all...] |
H A D | kunit_tool_test.py | 44 kconfig0 = kunit_config.Kconfig() 47 kconfig1 = kunit_config.Kconfig() 58 expected_kconfig = kunit_config.Kconfig() 70 expected_kconfig = kunit_config.Kconfig() 409 want_kconfig = kunit_config.Kconfig() 438 want_kconfig = kunit_config.Kconfig()
|
/kernel/linux/linux-5.10/tools/testing/kunit/ |
H A D | kunit_tool_test.py | 38 kconfig0 = kunit_config.Kconfig() 41 kconfig1 = kunit_config.Kconfig() 48 kconfig = kunit_config.Kconfig() 54 expected_kconfig = kunit_config.Kconfig() 71 expected_kconfig = kunit_config.Kconfig() 85 actual_kconfig = kunit_config.Kconfig()
|
H A D | kunit_kernel.py | 150 self._kconfig = kunit_config.Kconfig() 155 validated_kconfig = kunit_config.Kconfig() 159 message = 'Provided Kconfig is not contained in validated .config. Following fields found in kunitconfig, ' \ 183 existing_kconfig = kunit_config.Kconfig()
|
H A D | kunit_config.py | 27 """Error parsing Kconfig defconfig or .config.""" 30 class Kconfig(object): class 31 """Represents defconfig or .config specified using the Kconfig language.""" 42 def is_subset_of(self, other: 'Kconfig') -> bool: 61 """Parses a string containing KconfigEntrys and populates this Kconfig."""
|
/kernel/linux/build/test/tracepointtest/ |
H A D | tracepoint.sh | 66 local KCONFIG=${DRIVERS_DIR}/Kconfig 84 echo "source \"drivers/tracepointtest/Kconfig\"" >>${TMPFILE} 131 local KCONFIG=${DRIVERS_DIR}/Kconfig 171 elif [[ "${dir}" == "Kconfig" ]]; then
|
/kernel/liteos_a/testsuites/ |
H A D | Makefile | 94 TEST_KCONFIG_FILE_PATH = $(LITEOSTESTTOPDIR)/Kconfig
|
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-test-1-run.sh | 46 echo ' ---' Kconfig fragment at: $config_template >> $resdir/log 49 # Combine additional Kconfig options into an existing set such that 50 # newer options win. The first argument is the Kconfig source ID, the 52 # list of additional Kconfig options. Note that a $2.tmp file is 152 # Pull in Kconfig-fragment boot parameters
|
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-test-1-run.sh | 45 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
|
/kernel/linux/linux-5.10/Documentation/target/ |
H A D | tcm_mod_builder.py | 560 f = fabric_mod_dir_var + "/Kconfig" 591 buf = "source \"drivers/target/" + fabric_mod_name.lower() + "/Kconfig\"\n" 592 kconfig = tcm_dir + "/drivers/target/Kconfig" 633 input = raw_input("Would you like to add " + fabric_mod_name + " to drivers/target/Kconfig..? [yes,no]: ")
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 133 --kconfig-prefix=WORD use WORD as a prefix for Kconfig symbols (default 3121 # check for Kconfig help text having a real description 3124 if ($realfile =~ /Kconfig/ && 3126 # Kconfig supports named choices), so use a word boundary 3212 # discourage the use of boolean for type definition attributes of Kconfig options 3213 if ($realfile =~ /Kconfig/ && 6776 "#define of '$1' is wrong - use Kconfig variables or standard guards instead\n" . $herecurr);
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkpatch.pl | 141 --kconfig-prefix=WORD use WORD as a prefix for Kconfig symbols (default 3597 # check for Kconfig help text having a real description 3600 if ($realfile =~ /Kconfig/ && 3602 # Kconfig supports named choices), so use a word boundary 3629 # At the end of this Kconfig block: 7432 "#define of '$1' is wrong - use Kconfig variables or standard guards instead\n" . $herecurr);
|
Completed in 19 milliseconds