projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e30f396
)
drm/vmwgfx: Only build on X86
author
Thomas Hellstrom
<thellstrom@vmware.com>
Wed, 16 Sep 2015 15:38:08 +0000
(08:38 -0700)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/vmwgfx/Kconfig
b/drivers/gpu/drm/vmwgfx/Kconfig
index 67720f70fe29bb10a36ea8ce67ab278cd8e20c33..b49445df8a7e6c672f5ec7e590ded51647288b62 100644
(file)
--- 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