Kconfig (e199e6136ce6b151e6638ae93dca60748424d900) Kconfig (66fa12c571d35e3cd62574c65f1785a460105397)
1menu "IEEE 1394 (FireWire) support"
2 depends on PCI || BROKEN
3 # firewire-core does not depend on PCI but is
4 # not useful without PCI controller driver
5
1menu "IEEE 1394 (FireWire) support"
2 depends on PCI || BROKEN
3 # firewire-core does not depend on PCI but is
4 # not useful without PCI controller driver
5
6comment "You can enable one or both FireWire driver stacks."
7comment "The newer stack is recommended."
8
9config FIREWIRE
10 tristate "FireWire driver stack"
11 select CRC_ITU_T
12 help
13 This is the new-generation IEEE 1394 (FireWire) driver stack
14 a.k.a. Juju, a new implementation designed for robustness and
15 simplicity.
16 See http://ieee1394.wiki.kernel.org/index.php/Juju_Migration

--- 42 unchanged lines hidden (view full) ---

59 other implementations of RFC 2734 as found on several operating
60 systems. Multicast support is currently limited.
61
62 NOTE, this driver is not stable yet!
63
64 To compile this driver as a module, say M here: The module will be
65 called firewire-net.
66
6config FIREWIRE
7 tristate "FireWire driver stack"
8 select CRC_ITU_T
9 help
10 This is the new-generation IEEE 1394 (FireWire) driver stack
11 a.k.a. Juju, a new implementation designed for robustness and
12 simplicity.
13 See http://ieee1394.wiki.kernel.org/index.php/Juju_Migration

--- 42 unchanged lines hidden (view full) ---

56 other implementations of RFC 2734 as found on several operating
57 systems. Multicast support is currently limited.
58
59 NOTE, this driver is not stable yet!
60
61 To compile this driver as a module, say M here: The module will be
62 called firewire-net.
63
67source "drivers/ieee1394/Kconfig"
68
69config FIREWIRE_NOSY
70 tristate "Nosy - a FireWire traffic sniffer for PCILynx cards"
71 depends on PCI
72 help
73 Nosy is an IEEE 1394 packet sniffer that is used for protocol
74 analysis and in development of IEEE 1394 drivers, applications,
75 or firmwares.
76

--- 17 unchanged lines hidden ---
64config FIREWIRE_NOSY
65 tristate "Nosy - a FireWire traffic sniffer for PCILynx cards"
66 depends on PCI
67 help
68 Nosy is an IEEE 1394 packet sniffer that is used for protocol
69 analysis and in development of IEEE 1394 drivers, applications,
70 or firmwares.
71

--- 17 unchanged lines hidden ---