vserver 2.0 rc7
[linux-2.6.git] / drivers / ieee1394 / Kconfig
index 1a625d8..7d58af1 100644 (file)
@@ -4,6 +4,8 @@ menu "IEEE 1394 (FireWire) support"
 
 config IEEE1394
        tristate "IEEE 1394 (FireWire) support"
+       depends on PCI || BROKEN
+       select NET
        help
          IEEE 1394 describes a high performance serial bus, which is also
          known as FireWire(tm) or i.Link(tm) and is used for connecting all
@@ -82,11 +84,6 @@ config IEEE1394_PCILYNX
          To compile this driver as a module, say M here: the
          module will be called pcilynx.
 
-# Non-maintained pcilynx options
-# if [ "$CONFIG_IEEE1394_PCILYNX" != "n" ]; then
-#     bool '    Use PCILynx local RAM' CONFIG_IEEE1394_PCILYNX_LOCALRAM
-#     bool '    Support for non-IEEE1394 local ports' CONFIG_IEEE1394_PCILYNX_PORTS
-# fi
 config IEEE1394_OHCI1394
        tristate "OHCI-1394 support"
        depends on PCI && IEEE1394
@@ -113,7 +110,7 @@ config IEEE1394_VIDEO1394
 
 config IEEE1394_SBP2
        tristate "SBP-2 support (Harddisks etc.)"
-       depends on IEEE1394 && SCSI
+       depends on IEEE1394 && SCSI && (PCI || BROKEN)
        help
          This option enables you to use SBP-2 devices connected to your IEEE
          1394 bus.  SBP-2 devices include harddrives and DVD devices.