mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 10:02:02 +02:00
Add a separate xe KUnit config for display tests. The existing xe .kunitconfig builds xe statically, which is suitable for non-display xe tests. The display code can only be enabled for xe when xe is built as a module, so add a separate display config with DRM_XE=m and DRM_XE_DISPLAY=y. This can be folded back into the main xe KUnit config once the display code becomes a separate module. Reviewed-by: Michał Grzelak <michal.grzelak@intel.com> Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Imre Deak <imre.deak@intel.com> Link: https://patch.msgid.link/20260701153204.4124150-29-imre.deak@intel.com
12 lines
204 B
Plaintext
12 lines
204 B
Plaintext
CONFIG_EXPERT=y
|
|
CONFIG_MODULES=y
|
|
CONFIG_KUNIT=y
|
|
CONFIG_PCI=y
|
|
CONFIG_DEBUG_FS=y
|
|
CONFIG_BLK_DEV_INITRD=y
|
|
CONFIG_MAGIC_SYSRQ=y
|
|
CONFIG_DRM=m
|
|
CONFIG_DRM_XE=m
|
|
CONFIG_DRM_XE_DISPLAY=y
|
|
CONFIG_DRM_XE_KUNIT_TEST=m
|