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 6ba59ff commit 8c4d694Copy full SHA for 8c4d694
drivers/gpu/drm/vmwgfx/Kconfig
@@ -2,7 +2,7 @@
2
config DRM_VMWGFX
3
tristate "DRM driver for VMware Virtual GPU"
4
depends on DRM && PCI && MMU
5
- depends on X86 || ARM64
+ depends on (X86 && HYPERVISOR_GUEST) || ARM64
6
select DRM_TTM
7
select DRM_TTM_HELPER
8
select MAPPING_DIRTY_HELPERS
0 commit comments