]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] depends on PCI: Matrox 1-wire
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 28 Jul 2004 16:09:13 +0000 (09:09 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 28 Jul 2004 16:09:13 +0000 (09:09 -0700)
Matrox 1-wire unconditionally depends on PCI

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/w1/Kconfig

index f416b64b6c6f98e482aea6365fc4743f2ebb685b..bdeb028aad741da3c57b788848da917b0872e988 100644 (file)
@@ -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.