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/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index 2418429a9836..87ca18b82e15 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -18,6 +18,11 @@ menuconfig DRM
18 details. You should also select and configure AGP 18 details. You should also select and configure AGP
19 (/dev/agpgart) support if it is available for your platform. 19 (/dev/agpgart) support if it is available for your platform.
20 20
21config DRM_USB
22 tristate
23 depends on DRM
24 select USB
25
21config DRM_KMS_HELPER 26config DRM_KMS_HELPER
22 tristate 27 tristate
23 depends on DRM 28 depends on DRM
@@ -27,6 +32,18 @@ config DRM_KMS_HELPER
27 help 32 help
28 FB and CRTC helpers for KMS drivers. 33 FB and CRTC helpers for KMS drivers.
29 34
35config DRM_LOAD_EDID_FIRMWARE
36 bool "Allow to specify an EDID data set instead of probing for it"
37 depends on DRM_KMS_HELPER
38 help
39 Say Y here, if you want to use EDID data to be loaded from the
40 /lib/firmware directory or one of the provided built-in
41 data sets. This may be necessary, if the graphics adapter or
42 monitor are unable to provide appropriate EDID data. Since this
43 feature is provided as a workaround for broken hardware, the
44 default case is N. Details and instructions how to build your own
45 EDID data are given in Documentation/EDID/HOWTO.txt.
46
30config DRM_TTM 47config DRM_TTM
31 tristate 48 tristate
32 depends on DRM 49 depends on DRM
@@ -165,3 +182,4 @@ source "drivers/gpu/drm/vmwgfx/Kconfig"
165 182
166source "drivers/gpu/drm/gma500/Kconfig" 183source "drivers/gpu/drm/gma500/Kconfig"
167 184
185source "drivers/gpu/drm/udl/Kconfig"