drm/xe: Add min config for kunit integration ARCH=um
Some of the tests may benefit from running with ARCH=um, forgoing any additional setup on the CI build side. Add min config for that. Tested with: ./tools/testing/kunit/kunit.py build \ --kunitconfig drivers/gpu/drm/xe/.kunitconfig \ --jobs $(nproc) \ --build_dir build_kunit Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
parent
1ef151d7aa
commit
a02a0c6d53
7
drivers/gpu/drm/xe/.kunitconfig
Normal file
7
drivers/gpu/drm/xe/.kunitconfig
Normal file
@ -0,0 +1,7 @@
|
||||
# xe dependencies
|
||||
CONFIG_KUNIT=y
|
||||
CONFIG_PCI=y
|
||||
CONFIG_DRM=y
|
||||
CONFIG_DRM_XE=y
|
||||
CONFIG_EXPERT=y
|
||||
CONFIG_DRM_XE_KUNIT_TEST=y
|
Loading…
x
Reference in New Issue
Block a user