From 224fe424c356cb5c8f451eca4127f32099a6f764 Mon Sep 17 00:00:00 2001 From: Muhammad Usama Anjum Date: Tue, 5 Mar 2024 11:08:47 +0500 Subject: 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 --- tools/testing/selftests/dmabuf-heaps/config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/testing/selftests/dmabuf-heaps/config (limited to 'tools') 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 -- cgit 1.2.3-korg