Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/kunit/
H A Dkunit_config.py17 class KconfigEntry: class
45 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))