Kconfig (7a9787e1eba95a166265e6a260cf30af04ef0a99) | Kconfig (b9530fd6c3f057bda258c8e2631ad1a25959f4a2) |
---|---|
1comment "A new alternative FireWire stack is available with EXPERIMENTAL=y" 2 depends on EXPERIMENTAL=n 3 4comment "Enable only one of the two stacks, unless you know what you are doing" 5 depends on EXPERIMENTAL 6 7config FIREWIRE 8 tristate "New FireWire stack, EXPERIMENTAL" --- 63 unchanged lines hidden (view full) --- 72 like scanners. 73 74 To compile this driver as a module, say M here: The module will be 75 called firewire-sbp2. It replaces sbp2 of the classic IEEE 1394 76 stack. 77 78 You should also enable support for disks, CD-ROMs, etc. in the SCSI 79 configuration section. | 1comment "A new alternative FireWire stack is available with EXPERIMENTAL=y" 2 depends on EXPERIMENTAL=n 3 4comment "Enable only one of the two stacks, unless you know what you are doing" 5 depends on EXPERIMENTAL 6 7config FIREWIRE 8 tristate "New FireWire stack, EXPERIMENTAL" --- 63 unchanged lines hidden (view full) --- 72 like scanners. 73 74 To compile this driver as a module, say M here: The module will be 75 called firewire-sbp2. It replaces sbp2 of the classic IEEE 1394 76 stack. 77 78 You should also enable support for disks, CD-ROMs, etc. in the SCSI 79 configuration section. |
80 81config FIREWIRE_NET 82 tristate "IP networking over 1394" 83 depends on FIREWIRE && INET 84 help 85 This enables IPv4 over IEEE 1394, providing IP connectivity with 86 other implementations of RFC 2734 as found on several operating 87 systems. Multicast support is currently limited. 88 89 To compile this driver as a module, say M here: The module will be 90 called firewire-net. It replaces eth1394 of the classic IEEE 1394 91 stack. |
|