diff mbox series

[v3,2/2] selftests: dmabuf-heap: add config file for the test

Message ID 20240229092035.1325113-2-usama.anjum@collabora.com
State Accepted
Commit 224fe424c356cb5c8f451eca4127f32099a6f764
Headers show
Series [v3,1/2] selftests/dmabuf-heap: conform test to TAP format output | expand

Commit Message

Muhammad Usama Anjum Feb. 29, 2024, 9:20 a.m. UTC
The config fragment enlists all the config options needed for the test.
This config is merged into the kernel's config on which this test is
run.

Reviewed-by: T.J. Mercier <tjmercier@google.com>
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
---
Changes since v1:
- Add reviewed-by tag
---
 tools/testing/selftests/dmabuf-heaps/config | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 tools/testing/selftests/dmabuf-heaps/config
diff mbox series

Patch

diff --git a/tools/testing/selftests/dmabuf-heaps/config b/tools/testing/selftests/dmabuf-heaps/config
new file mode 100644
index 0000000000000..34bd294836df0
--- /dev/null
+++ b/tools/testing/selftests/dmabuf-heaps/config
@@ -0,0 +1,4 @@ 
+CONFIG_DMABUF_HEAPS=y
+CONFIG_DMABUF_HEAPS_SYSTEM=y
+CONFIG_DRM_VGEM=y
+