[PATCH] 2.3.41 - 1394 Config.in fix

From: James Manning (jmm@raleigh.ibm.com)
Date: Mon Jan 31 2000 - 05:39:58 EST


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@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jan 31 2000 - 21:00:27 EST