diff options
-rw-r--r-- | drivers/gpu/drm/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 6903e5436f85..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 |
@@ -68,7 +70,6 @@ config DRM_I915 | |||
68 | select FB_CFB_FILLRECT | 70 | select FB_CFB_FILLRECT |
69 | select FB_CFB_COPYAREA | 71 | select FB_CFB_COPYAREA |
70 | select FB_CFB_IMAGEBLIT | 72 | select FB_CFB_IMAGEBLIT |
71 | select I2C_ALGOBIT | ||
72 | depends on FB | 73 | depends on FB |
73 | tristate "i915 driver" | 74 | tristate "i915 driver" |
74 | help | 75 | help |