diff options
author | Eric Anholt <eric@anholt.net> | 2009-06-18 20:22:19 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-06-21 22:13:38 -0700 |
commit | 8c52da503b7e4cf961807f11824e3258ef9f7f1c (patch) | |
tree | 61cc4eb6f855a98aa73d1bf62084b84805641060 /drivers/gpu/drm | |
parent | f234012f52a37e48f2330e1ca2df69800e797c3b (diff) |
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 c961fe415ae..39b393d38bb 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 |