brintos

brintos / linux-shallow public Read only

0
0
Text · 1.3 KiB · 33cca49 Raw
44 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Industrial I/O subsystem unit tests configuration4#5 6# Keep in alphabetical order7config IIO_GTS_KUNIT_TEST8	tristate "Test IIO formatting functions" if !KUNIT_ALL_TESTS9	depends on KUNIT10	select IIO_GTS_HELPER11	select TEST_KUNIT_DEVICE_HELPERS12	default KUNIT_ALL_TESTS13	help14	  build unit tests for the IIO light sensor gain-time-scale helpers.15 16	  For more information on KUnit and unit tests in general, please refer17	  to the KUnit documentation in Documentation/dev-tools/kunit/.18 19	  If unsure, say N. Keep in alphabetical order20 21config IIO_RESCALE_KUNIT_TEST22	tristate "Test IIO rescale conversion functions" if !KUNIT_ALL_TESTS23	depends on KUNIT && IIO_RESCALE24	default KUNIT_ALL_TESTS25	help26	  Build unit tests for the iio-rescale code.27 28	  For more information on KUnit and unit tests in general, please refer29	  to the KUnit documentation in Documentation/dev-tools/kunit/.30 31	  If unsure, say N.32 33config IIO_FORMAT_KUNIT_TEST34	tristate "Test IIO formatting functions" if !KUNIT_ALL_TESTS35	depends on KUNIT36	default KUNIT_ALL_TESTS37	help38	  build unit tests for the IIO formatting functions.39 40	  For more information on KUnit and unit tests in general, please refer41	  to the KUnit documentation in Documentation/dev-tools/kunit/.42 43	  If unsure, say N.44