diff options
author | Eric Anholt <eric@anholt.net> | 2009-06-19 07:22:19 +0400 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-06-22 09:13:38 +0400 |
commit | 8c52da503b7e4cf961807f11824e3258ef9f7f1c (patch) | |
tree | 61cc4eb6f855a98aa73d1bf62084b84805641060 /drivers/gpu/drm | |
parent | f234012f52a37e48f2330e1ca2df69800e797c3b (diff) | |
download | linux-8c52da503b7e4cf961807f11824e3258ef9f7f1c.tar.xz |
drm/i915: Add missing dependency on Intel AGP support.
Users could accidentally enable AGP but not the Intel AGP support, and get
a DRM that doesn't probe as a result.
Bug #22358.
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index c961fe415aef..39b393d38bb3 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -81,6 +81,7 @@ config DRM_I830 config DRM_I915 tristate "i915 driver" + depends on AGP_INTEL select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT |