mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-17 22:05:08 +00:00
7bd10e0e3a
When the state of bus reset finishes, 1394 OHCI driver constructs self ID sequences, then it calls fw_core_handle_bus_reset() in core function. The core function enumerates the self ID sequences to build bus topology. This commit adds a structure and some helper functions for the enumeration, and adds a KUnit test suite to ensure its expected behaviour. Link: https://lore.kernel.org/r/20240605235155.116468-2-o-takashi@sakamocchi.jp Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
8 lines
222 B
Plaintext
8 lines
222 B
Plaintext
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
|