summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/Kconfig
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2015-09-16 08:38:08 -0700
committerThomas Hellstrom <thellstrom@vmware.com>2015-09-17 02:13:42 -0700
commitb07bb761cf6a333b2108cdbe4ffee66407189bb1 (patch)
treeb5250d63194c61ae3c753093d8ddaa994a4fae92 /drivers/gpu/drm/vmwgfx/Kconfig
parente30f3963f2c3c03119d71f1804bdb94ccd33580b (diff)
downloadlinux-b07bb761cf6a333b2108cdbe4ffee66407189bb1.tar.gz
linux-b07bb761cf6a333b2108cdbe4ffee66407189bb1.tar.xz
drm/vmwgfx: Only build on X86
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>
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/Kconfig')
-rw-r--r--drivers/gpu/drm/vmwgfx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vmwgfx/Kconfig b/drivers/gpu/drm/vmwgfx/Kconfig
index 67720f70fe29..b49445df8a7e 100644
--- a/drivers/gpu/drm/vmwgfx/Kconfig
+++ b/drivers/gpu/drm/vmwgfx/Kconfig
@@ -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