Searched refs:KconfigEntry (Results 1 – 1 of 1) sorted by relevance
17 class KconfigEntry: class45 def as_entries(self) -> Iterable[KconfigEntry]:47 yield KconfigEntry(name, value)63 def conflicting_options(self, other: 'Kconfig') -> List[Tuple[KconfigEntry, KconfigEntry]]:68 pair = (KconfigEntry(name, value), KconfigEntry(name, b))