mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] kunit: configs: Enable gpiolib for all_tests.config
@ 2026-07-15 20:15 Mark Brown
  2026-07-16  6:30 ` David Gow
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2026-07-15 20:15 UTC (permalink / raw)
  To: Brendan Higgins, David Gow, Rae Moar
  Cc: linux-kselftest, kunit-dev, linux-kernel, Mark Brown

Some of the Cirrus driver tests require gpiolib, enable it in the all
tests configuration.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
 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 <broonie@kernel.org>


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] kunit: configs: Enable gpiolib for all_tests.config
  2026-07-15 20:15 [PATCH] kunit: configs: Enable gpiolib for all_tests.config Mark Brown
@ 2026-07-16  6:30 ` David Gow
  0 siblings, 0 replies; 2+ messages in thread
From: David Gow @ 2026-07-16  6:30 UTC (permalink / raw)
  To: Mark Brown, Brendan Higgins, Rae Moar
  Cc: linux-kselftest, kunit-dev, linux-kernel

Le 16/07/2026 à 4:15 AM, Mark Brown a écrit :
> Some of the Cirrus driver tests require gpiolib, enable it in the all
> tests configuration.
> 
> Signed-off-by: Mark Brown <broonie@kernel.org>
> ---

Thanks, Mark.

We've already accepted Bart's equivalent patch here:
https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git/commit/?h=kunit&id=34b5c0132952c3d176bf5a169c8f7093ecb8c4e8

Cheers,
-- David

>  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 <broonie@kernel.org>
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-16  6:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 20:15 [PATCH] kunit: configs: Enable gpiolib for all_tests.config Mark Brown
2026-07-16  6:30 ` David Gow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox