aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r--drivers/gpu/drm/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index 4cab0c6397e3..aa17594a674a 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -97,7 +97,10 @@ config DRM_I830
97config DRM_I915 97config DRM_I915
98 tristate "i915 driver" 98 tristate "i915 driver"
99 depends on AGP_INTEL 99 depends on AGP_INTEL
100 # we need shmfs for the swappable backing store, and in particular
101 # the shmem_readpage() which depends upon tmpfs
100 select SHMEM 102 select SHMEM
103 select TMPFS
101 select DRM_KMS_HELPER 104 select DRM_KMS_HELPER
102 select FB_CFB_FILLRECT 105 select FB_CFB_FILLRECT
103 select FB_CFB_COPYAREA 106 select FB_CFB_COPYAREA