From: Eric Anholt Date: Fri, 19 Jun 2009 03:22:19 +0000 (-0700) Subject: drm/i915: Add missing dependency on Intel AGP support. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8c52da503b7e4cf961807f11824e3258ef9f7f1c;p=linux-beck.git 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 --- 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