Searched defs:Kconfig (Results 1 – 3 of 3) sorted by relevance
31 class Kconfig: class52 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:
57 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...]
7 Kconfig := $(KBUILD_KCONFIG) macro9 Kconfig := Kconfig macro