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/Kconfig19
1 files changed, 18 insertions, 1 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index 90e28081712..18321b68b88 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -22,7 +22,7 @@ menuconfig DRM
22config DRM_USB 22config DRM_USB
23 tristate 23 tristate
24 depends on DRM 24 depends on DRM
25 depends on USB_ARCH_HAS_HCD 25 depends on USB_SUPPORT && USB_ARCH_HAS_HCD
26 select USB 26 select USB
27 27
28config DRM_KMS_HELPER 28config DRM_KMS_HELPER
@@ -54,6 +54,21 @@ config DRM_TTM
54 GPU memory types. Will be enabled automatically if a device driver 54 GPU memory types. Will be enabled automatically if a device driver
55 uses it. 55 uses it.
56 56
57config DRM_GEM_CMA_HELPER
58 bool
59 depends on DRM
60 help
61 Choose this if you need the GEM CMA helper functions
62
63config DRM_KMS_CMA_HELPER
64 bool
65 select DRM_GEM_CMA_HELPER
66 select FB_SYS_FILLRECT
67 select FB_SYS_COPYAREA
68 select FB_SYS_IMAGEBLIT
69 help
70 Choose this if you need the KMS CMA helper functions
71
57config DRM_TDFX 72config DRM_TDFX
58 tristate "3dfx Banshee/Voodoo3+" 73 tristate "3dfx Banshee/Voodoo3+"
59 depends on DRM && PCI 74 depends on DRM && PCI
@@ -193,3 +208,5 @@ source "drivers/gpu/drm/ast/Kconfig"
193source "drivers/gpu/drm/mgag200/Kconfig" 208source "drivers/gpu/drm/mgag200/Kconfig"
194 209
195source "drivers/gpu/drm/cirrus/Kconfig" 210source "drivers/gpu/drm/cirrus/Kconfig"
211
212source "drivers/gpu/drm/shmobile/Kconfig"