Home
last modified time | relevance | path

Searched defs:Kconfig (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/kunit/
H A Dkunit_config.py31 class Kconfig: class
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:
H A Dkunit_kernel.py57 make_arch_config(self, base_kunitconfig: kunit_config.Kconfig) global() argument
114 make_arch_config(self, base_kunitconfig: kunit_config.Kconfig) global() argument
146 make_arch_config(self, base_kunitconfig: kunit_config.Kconfig) global() argument
[all...]
/linux/scripts/kconfig/
H A DMakefile7 Kconfig := $(KBUILD_KCONFIG) macro
9 Kconfig := Kconfig macro