aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Usama Anjum <[email protected]>2024-03-05 11:08:47 +0500
committerShuah Khan <[email protected]>2024-03-29 13:57:14 -0600
commit224fe424c356cb5c8f451eca4127f32099a6f764 (patch)
tree36a41c11ae51eae5ac265cc24ace9206bc578159
parent7155cc454430cc855c333a4a267688f3bd1277f7 (diff)
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 <[email protected]> Reviewed-by: T.J. Mercier <[email protected]> Signed-off-by: Muhammad Usama Anjum <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
-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 000000000000..be091f1cdfa0
--- /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