]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
drm/vmwgfx: Only build on X86
authorThomas Hellstrom <thellstrom@vmware.com>
Wed, 16 Sep 2015 15:38:08 +0000 (08:38 -0700)
committerThomas Hellstrom <thellstrom@vmware.com>
Thu, 17 Sep 2015 09:13:42 +0000 (02:13 -0700)
ioremap_cache() is currently not available on some architectures.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
drivers/gpu/drm/vmwgfx/Kconfig

index 67720f70fe29bb10a36ea8ce67ab278cd8e20c33..b49445df8a7e6c672f5ec7e590ded51647288b62 100644 (file)
@@ -1,6 +1,6 @@
 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