[PATCH 2/8] mshare: selftests: Adding config fragment

From: Yongting Lin
Date: Mon Aug 25 2025 - 10:58:04 EST


mshare test cases need pre-required kernel configs for the test
to get pass.

Signed-off-by: Yongting Lin <linyongting@xxxxxxxxxxxxx>
---
tools/testing/selftests/mshare/config | 1 +
1 file changed, 1 insertion(+)
create mode 100644 tools/testing/selftests/mshare/config

diff --git a/tools/testing/selftests/mshare/config b/tools/testing/selftests/mshare/config
new file mode 100644
index 000000000000..16fd9a3ca12a
--- /dev/null
+++ b/tools/testing/selftests/mshare/config
@@ -0,0 +1 @@
+CONFIG_MSHARE=y
--
2.20.1