mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
7a14f78d70
The SelfI-ID is one type of DMAs defined in 1394 OHCI specification. It is operated by two registers, one interrupt, and has one format of buffer. This commit adds some static inline functions to deserialize the data in the buffer and registers. Some KUnit tests are also added to check their reliability. Link: https://lore.kernel.org/r/20240702222034.1378764-4-o-takashi@sakamocchi.jp Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
8 lines
263 B
Text
8 lines
263 B
Text
CONFIG_KUNIT=y
|
|
CONFIG_PCI=y
|
|
CONFIG_FIREWIRE=y
|
|
CONFIG_FIREWIRE_KUNIT_UAPI_TEST=y
|
|
CONFIG_FIREWIRE_KUNIT_DEVICE_ATTRIBUTE_TEST=y
|
|
CONFIG_FIREWIRE_KUNIT_PACKET_SERDES_TEST=y
|
|
CONFIG_FIREWIRE_KUNIT_SELF_ID_SEQUENCE_HELPER_TEST=y
|
|
CONFIG_FIREWIRE_KUNIT_OHCI_SERDES_TEST=y
|