Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/kunit/
Dkunit_config.py15 KconfigEntryBase = collections.namedtuple('KconfigEntry', ['name', 'value']) variable
17 class KconfigEntry(KconfigEntryBase):