diff options
Diffstat (limited to 'drivers/firewire/Kconfig')
-rw-r--r-- | drivers/firewire/Kconfig | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/drivers/firewire/Kconfig b/drivers/firewire/Kconfig index fcf3ea28340b..2be6f4520772 100644 --- a/drivers/firewire/Kconfig +++ b/drivers/firewire/Kconfig | |||
@@ -3,9 +3,6 @@ menu "IEEE 1394 (FireWire) support" | |||
3 | # firewire-core does not depend on PCI but is | 3 | # firewire-core does not depend on PCI but is |
4 | # not useful without PCI controller driver | 4 | # not useful without PCI controller driver |
5 | 5 | ||
6 | comment "You can enable one or both FireWire driver stacks." | ||
7 | comment "The newer stack is recommended." | ||
8 | |||
9 | config FIREWIRE | 6 | config FIREWIRE |
10 | tristate "FireWire driver stack" | 7 | tristate "FireWire driver stack" |
11 | select CRC_ITU_T | 8 | select CRC_ITU_T |
@@ -22,7 +19,7 @@ config FIREWIRE | |||
22 | 19 | ||
23 | config FIREWIRE_OHCI | 20 | config FIREWIRE_OHCI |
24 | tristate "OHCI-1394 controllers" | 21 | tristate "OHCI-1394 controllers" |
25 | depends on PCI && FIREWIRE | 22 | depends on PCI && FIREWIRE && MMU |
26 | help | 23 | help |
27 | Enable this driver if you have a FireWire controller based | 24 | Enable this driver if you have a FireWire controller based |
28 | on the OHCI specification. For all practical purposes, this | 25 | on the OHCI specification. For all practical purposes, this |
@@ -52,20 +49,16 @@ config FIREWIRE_SBP2 | |||
52 | configuration section. | 49 | configuration section. |
53 | 50 | ||
54 | config FIREWIRE_NET | 51 | config FIREWIRE_NET |
55 | tristate "IP networking over 1394 (EXPERIMENTAL)" | 52 | tristate "IP networking over 1394" |
56 | depends on FIREWIRE && INET && EXPERIMENTAL | 53 | depends on FIREWIRE && INET |
57 | help | 54 | help |
58 | This enables IPv4 over IEEE 1394, providing IP connectivity with | 55 | This enables IPv4 over IEEE 1394, providing IP connectivity with |
59 | other implementations of RFC 2734 as found on several operating | 56 | other implementations of RFC 2734 as found on several operating |
60 | systems. Multicast support is currently limited. | 57 | systems. Multicast support is currently limited. |
61 | 58 | ||
62 | NOTE, this driver is not stable yet! | ||
63 | |||
64 | To compile this driver as a module, say M here: The module will be | 59 | To compile this driver as a module, say M here: The module will be |
65 | called firewire-net. | 60 | called firewire-net. |
66 | 61 | ||
67 | source "drivers/ieee1394/Kconfig" | ||
68 | |||
69 | config FIREWIRE_NOSY | 62 | config FIREWIRE_NOSY |
70 | tristate "Nosy - a FireWire traffic sniffer for PCILynx cards" | 63 | tristate "Nosy - a FireWire traffic sniffer for PCILynx cards" |
71 | depends on PCI | 64 | depends on PCI |
@@ -82,7 +75,8 @@ config FIREWIRE_NOSY | |||
82 | The following cards are known to be based on PCILynx or PCILynx-2: | 75 | The following cards are known to be based on PCILynx or PCILynx-2: |
83 | IOI IOI-1394TT (PCI card), Unibrain Fireboard 400 PCI Lynx-2 | 76 | IOI IOI-1394TT (PCI card), Unibrain Fireboard 400 PCI Lynx-2 |
84 | (PCI card), Newer Technology FireWire 2 Go (CardBus card), | 77 | (PCI card), Newer Technology FireWire 2 Go (CardBus card), |
85 | Apple Power Mac G3 blue & white (onboard controller). | 78 | Apple Power Mac G3 blue & white and G4 with PCI graphics |
79 | (onboard controller). | ||
86 | 80 | ||
87 | To compile this driver as a module, say M here: The module will be | 81 | To compile this driver as a module, say M here: The module will be |
88 | called nosy. Source code of a userspace interface to nosy, called | 82 | called nosy. Source code of a userspace interface to nosy, called |