Searched refs:KconfigEntryBase (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/kunit/ | ||
H A D | kunit_config.py | 15 KconfigEntryBase = collections.namedtuple('KconfigEntryBase', ['name', 'value']) variable 17 class KconfigEntry(KconfigEntryBase): |
Completed in 1 milliseconds