diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2009-06-07 16:57:53 -0400 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2009-06-14 08:26:29 -0400 |
commit | b9530fd6c3f057bda258c8e2631ad1a25959f4a2 (patch) | |
tree | 509bc37394a27822b0a98b940f38d4c0401a4a6a /drivers/firewire/Kconfig | |
parent | c76acec6d55107b652a37c90b36c00bc8b04dabb (diff) |
firewire: net: add Kconfig item, rename driver
The driver is now called firewire-net. It might implement the transport
of other networking protocols in the future, notably IPv6 per RFC 3146.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire/Kconfig')
-rw-r--r-- | drivers/firewire/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/firewire/Kconfig b/drivers/firewire/Kconfig index 450902438208..d6b1721e52ab 100644 --- a/drivers/firewire/Kconfig +++ b/drivers/firewire/Kconfig | |||
@@ -77,3 +77,15 @@ config FIREWIRE_SBP2 | |||
77 | 77 | ||
78 | You should also enable support for disks, CD-ROMs, etc. in the SCSI | 78 | You should also enable support for disks, CD-ROMs, etc. in the SCSI |
79 | configuration section. | 79 | configuration section. |
80 | |||
81 | config 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. | ||