Some of the Cirrus driver tests require gpiolib, enable it in the all tests configuration.
Signed-off-by: Mark Brown <[email protected]> --- tools/testing/kunit/configs/all_tests.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/testing/kunit/configs/all_tests.config b/tools/testing/kunit/configs/all_tests.config index bccc2c77196d..350171ed655d 100644 --- a/tools/testing/kunit/configs/all_tests.config +++ b/tools/testing/kunit/configs/all_tests.config @@ -59,3 +59,5 @@ CONFIG_SND=y CONFIG_SND_SOC=y CONFIG_SND_SOC_TOPOLOGY_BUILD=y CONFIG_SND_SOC_CS35L56_I2C=y + +CONFIG_GPIOLIB=y --- base-commit: a13c140cc289c0b7b3770bce5b3ad42ab35074aa change-id: 20260715-kunit-gpiolib-b0921af52589 Best regards, -- Mark Brown <[email protected]>

