summaryrefslogtreecommitdiffstats
path: root/drivers/iio
diff options
context:
space:
mode:
authorMatti Vaittinen <mazziesaccount@gmail.com>2024-11-28 09:46:29 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2024-12-07 18:23:41 +0100
commitfbeba4364c5619428714625a70cd8444e6b1e4fd (patch)
treef04a500d57fdb5b082501664fc2bee102d37628e /drivers/iio
parentdt-bindings: iio: st-sensors: Re-add IIS2MDC magnetometer (diff)
downloadlinux-fbeba4364c5619428714625a70cd8444e6b1e4fd.tar.xz
linux-fbeba4364c5619428714625a70cd8444e6b1e4fd.zip
iio: test: Fix GTS test config
The test config contained a copy-paste error. The IIO GTS helper test was errorneously titled as "Test IIO formatting functions" in the menuconfig. Change the title of the tests to reflect what is tested. Fixes: cf996f039679 ("iio: test: test gain-time-scale helpers") Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com> Link: https://patch.msgid.link/Z0gt5R86WdeK73u2@mva-rohm Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio')
-rw-r--r--drivers/iio/test/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/test/Kconfig b/drivers/iio/test/Kconfig
index 33cca49c8058..7a181cac3cc9 100644
--- a/drivers/iio/test/Kconfig
+++ b/drivers/iio/test/Kconfig
@@ -5,7 +5,7 @@
# Keep in alphabetical order
config IIO_GTS_KUNIT_TEST
- tristate "Test IIO formatting functions" if !KUNIT_ALL_TESTS
+ tristate "Test IIO gain-time-scale helpers" if !KUNIT_ALL_TESTS
depends on KUNIT
select IIO_GTS_HELPER
select TEST_KUNIT_DEVICE_HELPERS