diff options
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 19 |
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 | |||
22 | config DRM_USB | 22 | config 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 | ||
28 | config DRM_KMS_HELPER | 28 | config 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 | ||
57 | config DRM_GEM_CMA_HELPER | ||
58 | bool | ||
59 | depends on DRM | ||
60 | help | ||
61 | Choose this if you need the GEM CMA helper functions | ||
62 | |||
63 | config 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 | |||
57 | config DRM_TDFX | 72 | config 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" | |||
193 | source "drivers/gpu/drm/mgag200/Kconfig" | 208 | source "drivers/gpu/drm/mgag200/Kconfig" |
194 | 209 | ||
195 | source "drivers/gpu/drm/cirrus/Kconfig" | 210 | source "drivers/gpu/drm/cirrus/Kconfig" |
211 | |||
212 | source "drivers/gpu/drm/shmobile/Kconfig" | ||