mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-23 10:06:28 +08:00
1770d39d10
The traverse over CSR space results in attributes of node and unit devices. Any test of the traverse is useful. This commit adds a skeleton of KUnit test for the purpose. Link: https://lore.kernel.org/r/20231221134849.603857-4-o-takashi@sakamocchi.jp Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
CONFIG_KUNIT=y
|
|
CONFIG_PCI=y
|
|
CONFIG_FIREWIRE=y
|
|
CONFIG_FIREWIRE_KUNIT_UAPI_TEST=y
|
|
CONFIG_FIREWIRE_KUNIT_DEVICE_ATTRIBUTE_TEST=y
|