]> Git Repo - linux.git/blob - drivers/iio/test/Kconfig
Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23...
[linux.git] / drivers / iio / test / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Industrial I/O subsystem unit tests configuration
4 #
5
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
11         help
12           If you want to run tests on the iio-rescale code say Y here.
13
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.
16
17 config IIO_TEST_FORMAT
18         bool "Test IIO formatting functions"
19         depends on KUNIT=y
This page took 0.038953 seconds and 4 git commands to generate.