13969f645SMarco Paganiconfig FPGA_KUNIT_TESTS 2*a3fad2e9SMarco Pagani bool "KUnit test for the FPGA subsystem" if !KUNIT_ALL_TESTS 3*a3fad2e9SMarco Pagani depends on FPGA=y && FPGA_REGION=y && FPGA_BRIDGE=y && KUNIT=y && MODULES=n 43969f645SMarco Pagani default KUNIT_ALL_TESTS 53969f645SMarco Pagani help 63969f645SMarco Pagani This builds unit tests for the FPGA subsystem 73969f645SMarco Pagani 83969f645SMarco Pagani For more information on KUnit and unit tests in general, 93969f645SMarco Pagani please refer to the KUnit documentation in Documentation/dev-tools/kunit/. 103969f645SMarco Pagani 113969f645SMarco Pagani If unsure, say N. 12