Commit fbeba436 authored by Matti Vaittinen's avatar Matti Vaittinen Committed by Jonathan Cameron
Browse files

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: cf996f03 ("iio: test: test gain-time-scale helpers")
Signed-off-by: default avatarMatti Vaittinen <mazziesaccount@gmail.com>
Link: https://patch.msgid.link/Z0gt5R86WdeK73u2@mva-rohm


Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 55d82a7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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