drm/rockchip: Don't change hdmi reference clock rate
[drm/drm-misc.git] / drivers / fpga / tests / Kconfig
blobe4a64815f16d63b054d1f7f706b1abf349b7a8e7
1 config FPGA_KUNIT_TESTS
2         tristate "KUnit test for the FPGA subsystem" if !KUNIT_ALL_TESTS
3         depends on FPGA && FPGA_REGION && FPGA_BRIDGE && KUNIT=y
4         default KUNIT_ALL_TESTS
5         help
6           This builds unit tests for the FPGA subsystem
8           For more information on KUnit and unit tests in general,
9           please refer to the KUnit documentation in Documentation/dev-tools/kunit/.
11           If unsure, say N.