diff options
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index a8b33c2ec8d2..5130b72d593c 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig | |||
@@ -7,6 +7,8 @@ | |||
7 | menuconfig DRM | 7 | menuconfig DRM |
8 | tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)" | 8 | tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)" |
9 | depends on (AGP || AGP=n) && PCI && !EMULATED_CMPXCHG && MMU | 9 | depends on (AGP || AGP=n) && PCI && !EMULATED_CMPXCHG && MMU |
10 | select I2C | ||
11 | select I2C_ALGOBIT | ||
10 | help | 12 | help |
11 | Kernel-level support for the Direct Rendering Infrastructure (DRI) | 13 | Kernel-level support for the Direct Rendering Infrastructure (DRI) |
12 | introduced in XFree86 4.0. If you say Y here, you need to select | 14 | introduced in XFree86 4.0. If you say Y here, you need to select |
@@ -65,6 +67,10 @@ config DRM_I830 | |||
65 | will load the correct one. | 67 | will load the correct one. |
66 | 68 | ||
67 | config DRM_I915 | 69 | config DRM_I915 |
70 | select FB_CFB_FILLRECT | ||
71 | select FB_CFB_COPYAREA | ||
72 | select FB_CFB_IMAGEBLIT | ||
73 | depends on FB | ||
68 | tristate "i915 driver" | 74 | tristate "i915 driver" |
69 | help | 75 | help |
70 | Choose this option if you have a system that has Intel 830M, 845G, | 76 | Choose this option if you have a system that has Intel 830M, 845G, |
@@ -76,6 +82,17 @@ config DRM_I915 | |||
76 | 82 | ||
77 | endchoice | 83 | endchoice |
78 | 84 | ||
85 | config DRM_I915_KMS | ||
86 | bool "Enable modesetting on intel by default" | ||
87 | depends on DRM_I915 | ||
88 | help | ||
89 | Choose this option if you want kernel modesetting enabled by default, | ||
90 | and you have a new enough userspace to support this. Running old | ||
91 | userspaces with this enabled will cause pain. Note that this causes | ||
92 | the driver to bind to PCI devices, which precludes loading things | ||
93 | like intelfb. | ||
94 | |||
95 | |||
79 | config DRM_MGA | 96 | config DRM_MGA |
80 | tristate "Matrox g200/g400" | 97 | tristate "Matrox g200/g400" |
81 | depends on DRM | 98 | depends on DRM |