aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMuhammad Usama Anjum <usama.anjum@collabora.com>2024-03-05 11:08:47 +0500
committerShuah Khan <skhan@linuxfoundation.org>2024-03-29 13:57:14 -0600
commit224fe424c356cb5c8f451eca4127f32099a6f764 (patch)
tree36a41c11ae51eae5ac265cc24ace9206bc578159 /tools
parent7155cc454430cc855c333a4a267688f3bd1277f7 (diff)
downloadlinux-224fe424c356cb5c8f451eca4127f32099a6f764.tar.gz
selftests: dmabuf-heap: add config file for the test
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/dmabuf-heaps/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testing/selftests/dmabuf-heaps/config b/tools/testing/selftests/dmabuf-heaps/config
new file mode 100644
index 00000000000000..be091f1cdfa04e
--- /dev/null
+++ b/tools/testing/selftests/dmabuf-heaps/config
@@ -0,0 +1,3 @@
+CONFIG_DMABUF_HEAPS=y
+CONFIG_DMABUF_HEAPS_SYSTEM=y
+CONFIG_DRM_VGEM=y