We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6acfd commit aa18d57Copy full SHA for aa18d57
drivers/gpu/drm/xe/Kconfig
@@ -1,7 +1,8 @@
1
# SPDX-License-Identifier: GPL-2.0-only
2
config DRM_XE
3
tristate "Intel Xe2 Graphics"
4
- depends on DRM && PCI && (m || (y && KUNIT=y))
+ depends on DRM && PCI
5
+ depends on KUNIT || !KUNIT
6
depends on INTEL_VSEC || !INTEL_VSEC
7
depends on X86_PLATFORM_DEVICES || !(X86 && ACPI)
8
select INTERVAL_TREE
0 commit comments