summaryrefslogtreecommitdiff
path: root/drivers/fpga/tests/Kconfig
blob: e4a64815f16d63b054d1f7f706b1abf349b7a8e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
config FPGA_KUNIT_TESTS
	tristate "KUnit test for the FPGA subsystem" if !KUNIT_ALL_TESTS
	depends on FPGA && FPGA_REGION && FPGA_BRIDGE && KUNIT=y
	default KUNIT_ALL_TESTS
        help
          This builds unit tests for the FPGA subsystem

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

          If unsure, say N.