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 <bartosz.golaszewski@oss.qualcomm.com>
Reviewed-by: David Gow <david@davidgow.net>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
This commit is contained in:
Bartosz Golaszewski
2026-06-29 14:42:45 +02:00
committed by Shuah Khan
parent f47180b0e9
commit 34b5c01329

View 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