From a43ac2de4c1c788a8731940470a7de77dd60ccea Mon Sep 17 00:00:00 2001 From: Michal Wajdeczko Date: Tue, 28 Nov 2023 16:15:06 +0100 Subject: [PATCH] drm/xe/kunit: Enable CONFIG_PCI_IOV in .kunitconfig MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit We will add kunit tests for the PF specific code that is by default enabled only under CONFIG_PCI_IOV. Update our .kunitconfig to allow running those test cases by our CI. Reviewed-by: Michał Winiarski Link: https://lore.kernel.org/r/20231128151507.1015-5-michal.wajdeczko@intel.com Signed-off-by: Michal Wajdeczko Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/xe/.kunitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/xe/.kunitconfig b/drivers/gpu/drm/xe/.kunitconfig index 3769af94e391..9590eac91af3 100644 --- a/drivers/gpu/drm/xe/.kunitconfig +++ b/drivers/gpu/drm/xe/.kunitconfig @@ -1,6 +1,7 @@ # xe dependencies CONFIG_KUNIT=y CONFIG_PCI=y +CONFIG_PCI_IOV=y CONFIG_DEBUG_FS=y CONFIG_DRM=y CONFIG_DRM_FBDEV_EMULATION=y -- 2.20.1