KUnit tests for serialization/deserialization of data in buffers/registers

modulename: ohci-serdes-test.ko

configname: CONFIG_FIREWIRE_KUNIT_OHCI_SERDES_TEST

Linux Kernel Configuration
└─>Device Drivers
└─>PCI support
└─>IEEE 1394 (FireWire) support
└─>KUnit tests for serialization/deserialization of data in buffers/registers
In linux kernel since version 6.1.112 (release Date: 2024-09-30)  
This builds the KUnit tests to check serialization and deserialization
of data in buffers and registers defined in 1394 OHCI specification.

KUnit tests run during boot and output the results to the debug
log in TAP format (https://testanything.org/). Only useful for
kernel devs running KUnit test harness and are not for inclusion
into a production build.

For more information on KUnit and unit tests in general, refer
to the KUnit documentation in Documentation/dev-tools/kunit/.

source code:
depends
CONFIG_FIREWIRE
CONFIG_KUNIT
CONFIG_COMPILE_TEST or CONFIG_PCI