public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] DRM depends on ???
@ 2005-05-28 21:39 Geert Uytterhoeven
  2005-05-28 21:50 ` Dave Jones
  0 siblings, 1 reply; 12+ messages in thread
From: Geert Uytterhoeven @ 2005-05-28 21:39 UTC (permalink / raw)
  To: Andrew Morton, David Airlie; +Cc: Linux Kernel Development, dri-devel


DRM depending on `AGP=n' is driving me crazy! How to make CONFIG_DRM not
eligible for selection on platforms that do not have AGP?

Since many of the core DRM files depend on PCI, add a dependency on PCI,
to minimize the damage.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

--- linux-2.6.12-rc5/drivers/char/drm/Kconfig	2005-05-25 19:37:53.000000000 +0200
+++ linux-m68k-2.6.12-rc5/drivers/char/drm/Kconfig	2005-04-05 10:12:41.000000000 +0200
@@ -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

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2005-05-30 11:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-28 21:39 [PATCH] DRM depends on ??? Geert Uytterhoeven
2005-05-28 21:50 ` Dave Jones
2005-05-29  4:25   ` Kyle Moffett
2005-05-29  7:11     ` Dave Airlie
2005-05-29 19:58       ` Geert Uytterhoeven
2005-05-29 23:00         ` Kyle Moffett
2005-05-30  8:03           ` Geert Uytterhoeven
2005-05-30  8:54             ` Dave Airlie
2005-05-30  9:12               ` Geert Uytterhoeven
2005-05-30 11:12           ` Helge Hafting
2005-05-30 11:19             ` Dave Airlie
2005-05-29  8:26     ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox