From: Geert Uytterhoeven <geert@linux-m68k.org>

3dfx DRM depends on PCI

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/drivers/char/drm/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/char/drm/Kconfig~3dfx-drm-depends-on-pci drivers/char/drm/Kconfig
--- 25/drivers/char/drm/Kconfig~3dfx-drm-depends-on-pci	2005-03-21 22:52:47.000000000 -0800
+++ 25-akpm/drivers/char/drm/Kconfig	2005-03-21 22:52:47.000000000 -0800
@@ -18,7 +18,7 @@ config DRM
 
 config DRM_TDFX
 	tristate "3dfx Banshee/Voodoo3+"
-	depends on DRM
+	depends on DRM && PCI
 	help
 	  Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
 	  graphics card.  If M is selected, the module will be called tdfx.
_