drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency

VMWARE_HYPERCALL alternative will not work as intended without VMware guest code
initialization.

[ bp: note that this doesn't reproduce with newer gccs so it must be
something gcc-9-specific. ]

Closes: https://lore.kernel.org/oe-kbuild-all/202406152104.FxakP1MB-lkp@intel.com/
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Alexey Makhalov <alexey.makhalov@broadcom.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20240616012511.198243-1-alexey.makhalov@broadcom.com

authored by Alexey Makhalov and committed by Borislav Petkov (AMD) 8c4d6945 6ba59ff4

+1 -1
+1 -1
drivers/gpu/drm/vmwgfx/Kconfig
··· 2 config DRM_VMWGFX 3 tristate "DRM driver for VMware Virtual GPU" 4 depends on DRM && PCI && MMU 5 - depends on X86 || ARM64 6 select DRM_TTM 7 select DRM_TTM_HELPER 8 select MAPPING_DIRTY_HELPERS
··· 2 config DRM_VMWGFX 3 tristate "DRM driver for VMware Virtual GPU" 4 depends on DRM && PCI && MMU 5 + depends on (X86 && HYPERVISOR_GUEST) || ARM64 6 select DRM_TTM 7 select DRM_TTM_HELPER 8 select MAPPING_DIRTY_HELPERS