From: Muhammad Usama Anjum Date: Tue, 5 Mar 2024 06:08:47 +0000 (+0500) Subject: selftests: dmabuf-heap: add config file for the test X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=224fe424c356cb5c8f451eca4127f32099a6f764;p=users%2Fwilly%2Fxarray.git 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 Reviewed-by: T.J. Mercier Signed-off-by: Muhammad Usama Anjum Signed-off-by: Shuah Khan --- 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