]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
kunit: configs: enable GPIO kunit test cases in all_tests.config
authorBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Mon, 29 Jun 2026 12:42:45 +0000 (14:42 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 14 Jul 2026 14:40:48 +0000 (08:40 -0600)
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 <bartosz.golaszewski@oss.qualcomm.com>
Reviewed-by: David Gow <david@davidgow.net>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/kunit/configs/all_tests.config

index bccc2c77196d5592467c4243f3a9323e81a578b2..6825c2e855a55932e1728055b0193d090b035f26 100644 (file)
@@ -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