[PATCH] 2.3.41 - 1394 Config.in fix

James Manning jmm en raleigh.ibm.com
Lun Ene 31 06:23:24 CST 2000


Since this chunk of code is protected by CONFIG_PCI = "y"
already and since the statement is a tristate (and not dep_tristate)
it appear that the extraneous parameter should be removed.

--- linux/drivers/ieee1394/Config.in.orig	Mon Jan 31 05:36:09 2000
+++ linux/drivers/ieee1394/Config.in	Mon Jan 31 05:36:21 2000
@@ -4,7 +4,7 @@
     mainmenu_option next_comment
     comment 'IEEE 1394 (FireWire) support'
 
-    tristate 'IEEE 1394 (FireWire) support (EXPERIMENTAL)' CONFIG_IEEE1394 $CONFIG_PCI
+    tristate 'IEEE 1394 (FireWire) support (EXPERIMENTAL)' CONFIG_IEEE1394
 
     if [ "$CONFIG_IEEE1394" != "n" ]; then
 

James
-- 
Miscellaneous Engineer --- IBM Netfinity Performance Development

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo en vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



Más información sobre la lista de distribución Ayuda