Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b07bb761 authored by Thomas Hellstrom's avatar Thomas Hellstrom
Browse files

drm/vmwgfx: Only build on X86



ioremap_cache() is currently not available on some architectures.

Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: default avatarThomas Hellstrom <thellstrom@vmware.com>
parent e30f3963
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config DRM_VMWGFX
	tristate "DRM driver for VMware Virtual GPU"
	depends on DRM && PCI
	depends on DRM && PCI && X86
	select FB_DEFERRED_IO
	select FB_CFB_FILLRECT
	select FB_CFB_COPYAREA