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

/linux-master/tools/testing/kunit/
H A Dkunit_config.py17 class KconfigEntry: class in inherits:
45 def as_entries(self) -> Iterable[KconfigEntry]:
47 yield KconfigEntry(name, value)
63 def conflicting_options(self, other: 'Kconfig') -> List[Tuple[KconfigEntry, KconfigEntry]]:
64 diff = [] # type: List[Tuple[KconfigEntry, KconfigEntry]]
68 pair = (KconfigEntry(name, value), KconfigEntry(name, b))

Completed in 197 milliseconds