From: Dave Airlie Date: Thu, 23 Jun 2005 12:43:00 +0000 (+1000) Subject: Currently DRM depends on PCI this will need to change for ffb on Sparc to X-Git-Tag: v2.6.13-rc1~90^2~1^2~2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfd9e15f78fc6efe88ea8cb0722a731b331cfd80;p=linux-2.6 Currently DRM depends on PCI this will need to change for ffb on Sparc to be fixed but at the moment it is true. Signed-off-by: Geert Uytterhoeven Signed-off-by: Dave Airlie --- diff --git a/drivers/char/drm/Kconfig b/drivers/char/drm/Kconfig index d9a0299346..c2b12eab67 100644 --- a/drivers/char/drm/Kconfig +++ b/drivers/char/drm/Kconfig @@ -6,7 +6,7 @@ # config DRM tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)" - depends on AGP || AGP=n + depends on (AGP || AGP=n) && PCI help Kernel-level support for the Direct Rendering Infrastructure (DRI) introduced in XFree86 4.0. If you say Y here, you need to select