]> Git Repo - linux.git/blob - drivers/fpga/tests/Kconfig
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
[linux.git] / drivers / fpga / tests / Kconfig
1 config FPGA_KUNIT_TESTS
2         bool "KUnit test for the FPGA subsystem" if !KUNIT_ALL_TESTS
3         depends on FPGA=y && FPGA_REGION=y && FPGA_BRIDGE=y && KUNIT=y && MODULES=n
4         default KUNIT_ALL_TESTS
5         help
6           This builds unit tests for the FPGA subsystem
7
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.
This page took 0.035583 seconds and 4 git commands to generate.