brintos

brintos / linux-shallow public Read only

0
0
Text · 424 B · e4a6481 Raw
12 lines · plain
1config FPGA_KUNIT_TESTS2	tristate "KUnit test for the FPGA subsystem" if !KUNIT_ALL_TESTS3	depends on FPGA && FPGA_REGION && FPGA_BRIDGE && KUNIT=y4	default KUNIT_ALL_TESTS5        help6          This builds unit tests for the FPGA subsystem7 8          For more information on KUnit and unit tests in general,9          please refer to the KUnit documentation in Documentation/dev-tools/kunit/.10 11          If unsure, say N.12