1*3969f645SMarco Paganiconfig FPGA_KUNIT_TESTS 2*3969f645SMarco Pagani tristate "KUnit test for the FPGA subsystem" if !KUNIT_ALL_TESTS 3*3969f645SMarco Pagani depends on FPGA && FPGA_REGION && FPGA_BRIDGE && KUNIT=y 4*3969f645SMarco Pagani default KUNIT_ALL_TESTS 5*3969f645SMarco Pagani help 6*3969f645SMarco Pagani This builds unit tests for the FPGA subsystem 7*3969f645SMarco Pagani 8*3969f645SMarco Pagani For more information on KUnit and unit tests in general, 9*3969f645SMarco Pagani please refer to the KUnit documentation in Documentation/dev-tools/kunit/. 10*3969f645SMarco Pagani 11*3969f645SMarco Pagani If unsure, say N. 12