Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/kunit/
H A Dkunit_config.py15 KconfigEntryBase = collections.namedtuple('KconfigEntryBase', ['name', 'value']) variable
17 class KconfigEntry(KconfigEntryBase):