Le 29/06/2026 à 20:42, 'Bartosz Golaszewski' via KUnit Development a écrit :
Enable CONFIG_GPIOLIB in all_tests.config to ensure the kunit test cases
for GPIO core can be built with this config.
Signed-off-by: Bartosz Golaszewski <[email protected]>
---
Thanks -- sorry for missing this earlier.
Reviewed-by: David Gow <[email protected]>
Cheers,
-- David
tools/testing/kunit/configs/all_tests.config | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/testing/kunit/configs/all_tests.config
b/tools/testing/kunit/configs/all_tests.config
index bccc2c77196d5..6825c2e855a55 100644
--- a/tools/testing/kunit/configs/all_tests.config
+++ b/tools/testing/kunit/configs/all_tests.config
@@ -21,6 +21,7 @@ CONFIG_VFAT_FS=y
CONFIG_PCI=y
CONFIG_USB4=y
CONFIG_I2C=y
+CONFIG_GPIOLIB=y
CONFIG_NET=y
CONFIG_MCTP=y