diff options
author | Muhammad Usama Anjum <usama.anjum@collabora.com> | 2024-03-05 11:08:47 +0500 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2024-03-29 13:57:14 -0600 |
commit | 224fe424c356cb5c8f451eca4127f32099a6f764 (patch) | |
tree | 36a41c11ae51eae5ac265cc24ace9206bc578159 | |
parent | 7155cc454430cc855c333a4a267688f3bd1277f7 (diff) | |
download | lwn-224fe424c356cb5c8f451eca4127f32099a6f764.tar.gz lwn-224fe424c356cb5c8f451eca4127f32099a6f764.zip |
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>
-rw-r--r-- | tools/testing/selftests/dmabuf-heaps/config | 3 |
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 |