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 67720f7..b49445d 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