2009-06-17 00:36:34 +04:00
comment "You can enable one or both FireWire driver stacks."
comment "See the help texts for more information."
2008-06-14 16:24:53 +04:00
2007-03-18 03:39:28 +03:00
config FIREWIRE
2009-06-17 00:36:34 +04:00
tristate "FireWire driver stack"
2007-05-08 04:33:31 +04:00
select CRC_ITU_T
2006-12-20 03:58:27 +03:00
help
2009-06-17 00:36:34 +04:00
This is the new-generation IEEE 1394 (FireWire) driver stack
a.k.a. Juju, a new implementation designed for robustness and
simplicity.
See http://ieee1394.wiki.kernel.org/index.php/Juju_Migration
for information about migration from the older Linux 1394 stack
to the new driver stack.
2006-12-20 03:58:27 +03:00
2007-06-26 00:18:40 +04:00
To compile this driver as a module, say M here: the module will be
2008-07-25 18:24:19 +04:00
called firewire-core.
This module functionally replaces ieee1394, raw1394, and video1394.
To access it from application programs, you generally need at least
2009-06-17 00:36:34 +04:00
libraw1394 v2. IIDC/DCAM applications need libdc1394 v2.
No libraries are required to access storage devices through the
firewire-sbp2 driver.
NOTE:
FireWire audio devices currently require the old drivers (ieee1394,
ohci1394, raw1394).
2007-06-26 00:18:40 +04:00
2007-03-18 03:39:28 +03:00
config FIREWIRE_OHCI
2008-06-14 16:24:53 +04:00
tristate "OHCI-1394 controllers"
2007-03-18 03:39:28 +03:00
depends on PCI && FIREWIRE
2006-12-20 03:58:35 +03:00
help
2007-01-04 20:35:00 +03:00
Enable this driver if you have a FireWire controller based
2006-12-20 03:58:35 +03:00
on the OHCI specification. For all practical purposes, this
is the only chipset in use, so say Y here.
2007-01-08 00:33:59 +03:00
To compile this driver as a module, say M here: The module will be
2007-06-26 00:18:40 +04:00
called firewire-ohci. It replaces ohci1394 of the classic IEEE 1394
stack.
2008-06-14 16:24:53 +04:00
NOTE:
2009-06-17 00:36:34 +04:00
If you want to install firewire-ohci and ohci1394 together, you
should configure them only as modules and blacklist the driver(s)
which you don't want to have auto-loaded. Add either
2008-03-09 02:27:20 +03:00
blacklist firewire-ohci
or
blacklist ohci1394
blacklist video1394
blacklist dv1394
to /etc/modprobe.conf or /etc/modprobe.d/* and update modprobe.conf
2009-06-17 00:36:34 +04:00
depending on your distribution.
2006-12-20 03:58:35 +03:00
2008-03-21 00:04:36 +03:00
config FIREWIRE_OHCI_DEBUG
bool
depends on FIREWIRE_OHCI
default y
2007-03-18 03:39:28 +03:00
config FIREWIRE_SBP2
2008-06-14 16:24:53 +04:00
tristate "Storage devices (SBP-2 protocol)"
2007-03-18 03:39:28 +03:00
depends on FIREWIRE && SCSI
2006-12-20 03:58:40 +03:00
help
2007-01-04 20:35:00 +03:00
This option enables you to use SBP-2 devices connected to a
FireWire bus. SBP-2 devices include storage devices like
2006-12-20 03:58:40 +03:00
harddisks and DVD drives, also some other FireWire devices
like scanners.
2007-01-08 00:33:59 +03:00
To compile this driver as a module, say M here: The module will be
2007-06-26 00:18:40 +04:00
called firewire-sbp2. It replaces sbp2 of the classic IEEE 1394
stack.
2007-01-08 00:33:59 +03:00
2006-12-20 03:58:40 +03:00
You should also enable support for disks, CD-ROMs, etc. in the SCSI
configuration section.
2009-06-08 00:57:53 +04:00
config FIREWIRE_NET
2009-06-17 00:36:34 +04:00
tristate "IP networking over 1394 (EXPERIMENTAL)"
depends on FIREWIRE && INET && EXPERIMENTAL
2009-06-08 00:57:53 +04:00
help
This enables IPv4 over IEEE 1394, providing IP connectivity with
other implementations of RFC 2734 as found on several operating
systems. Multicast support is currently limited.
2009-06-17 00:36:34 +04:00
NOTE, this driver is not stable yet!
2009-06-08 00:57:53 +04:00
To compile this driver as a module, say M here: The module will be
called firewire-net. It replaces eth1394 of the classic IEEE 1394
stack.