1 # SPDX-License-Identifier: GPL-2.0-only
3 # Industrial I/O subsystem unit tests configuration
6 # Keep in alphabetical order
7 config IIO_RESCALE_KUNIT_TEST
8 bool "Test IIO rescale conversion functions"
9 depends on KUNIT=y && !IIO_RESCALE
10 default KUNIT_ALL_TESTS
12 If you want to run tests on the iio-rescale code say Y here.
14 This takes advantage of ARCH=um to run tests and should be used by
15 developers to tests their changes to the rescaling logic.
17 config IIO_TEST_FORMAT
18 bool "Test IIO formatting functions"