From: Bartosz Golaszewski Date: Mon, 29 Jun 2026 12:42:45 +0000 (+0200) Subject: kunit: configs: enable GPIO kunit test cases in all_tests.config X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=34b5c0132952c3d176bf5a169c8f7093ecb8c4e8;p=thirdparty%2Flinux.git kunit: configs: enable GPIO kunit test cases in all_tests.config Enable CONFIG_GPIOLIB in all_tests.config to ensure the kunit test cases for GPIO core can be built with this config. Link: https://lore.kernel.org/r/20260629124245.27674-1-bartosz.golaszewski@oss.qualcomm.com Signed-off-by: Bartosz Golaszewski Reviewed-by: David Gow Signed-off-by: Shuah Khan --- 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