mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 18:12:03 +02:00
Add KUnit configuration for i915 and a local .kunitconfig to run the tests. v2: Unchanged. v3: Remove kconfig options for kernel debug. Reviewed-by: Michał Grzelak <michal.grzelak@intel.com> # v2 Signed-off-by: Imre Deak <imre.deak@intel.com> Link: https://patch.msgid.link/20260707124849.135319-1-imre.deak@intel.com
10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
CONFIG_EXPERT=y
|
|
CONFIG_MODULES=y
|
|
CONFIG_KUNIT=y
|
|
CONFIG_PCI=y
|
|
CONFIG_DEBUG_FS=y
|
|
CONFIG_MAGIC_SYSRQ=y
|
|
CONFIG_DRM=y
|
|
CONFIG_DRM_I915=y
|
|
CONFIG_DRM_I915_KUNIT_TEST=y
|