]> www.infradead.org Git - nvme.git/commitdiff
selftests: dmabuf-heap: add config file for the test
authorMuhammad Usama Anjum <usama.anjum@collabora.com>
Tue, 5 Mar 2024 06:08:47 +0000 (11:08 +0500)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 29 Mar 2024 19:57:14 +0000 (13:57 -0600)
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.

Fixed whitespace errors during commit:
Shuah Khan <skhan@linuxfoundation.org>

Reviewed-by: T.J. Mercier <tjmercier@google.com>
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/dmabuf-heaps/config [new file with mode: 0644]

diff --git a/tools/testing/selftests/dmabuf-heaps/config b/tools/testing/selftests/dmabuf-heaps/config
new file mode 100644 (file)
index 0000000..be091f1
--- /dev/null
@@ -0,0 +1,3 @@
+CONFIG_DMABUF_HEAPS=y
+CONFIG_DMABUF_HEAPS_SYSTEM=y
+CONFIG_DRM_VGEM=y