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

Matrox 1-wire unconditionally depends on PCI

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

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

diff -puN drivers/w1/Kconfig~depends-on-pci-matrox-1-wire drivers/w1/Kconfig
--- 25/drivers/w1/Kconfig~depends-on-pci-matrox-1-wire	2004-07-26 17:28:22.895131584 -0700
+++ 25-akpm/drivers/w1/Kconfig	2004-07-26 17:28:22.899130976 -0700
@@ -13,7 +13,7 @@ config W1
 
 config W1_MATROX
 	tristate "Matrox G400 transport layer for 1-wire"
-	depends on W1
+	depends on W1 && PCI
 	help
 	  Say Y here if you want to communicate with your 1-wire devices
 	  using Matrox's G400 GPIO pins.
_