Bartosz Golaszewski
unread,Jun 29, 2026, 8:42:55 AM (5 days ago) Jun 29Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Rae Moar, Eric Biggers, Ard Biesheuvel, linux-k...@vger.kernel.org, kuni...@googlegroups.com, linux-...@vger.kernel.org, br...@kernel.org, Bartosz Golaszewski
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 <
bartosz.g...@oss.qualcomm.com>
---
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
--
2.47.3