2009-12-26 01:36:53 +01:00
menu "IEEE 1394 (FireWire) support"
depends on PCI || BROKEN
# firewire-core does not depend on PCI but is
# not useful without PCI controller driver
2009-06-16 22:36:34 +02:00
comment "You can enable one or both FireWire driver stacks."
2009-12-26 01:36:53 +01:00
comment "The newer stack is recommended."
2008-06-14 14:24:53 +02:00
2007-03-18 01:39:28 +01:00
config FIREWIRE
2009-06-16 22:36:34 +02:00
tristate "FireWire driver stack"
2007-05-07 20:33:31 -04:00
select CRC_ITU_T
2006-12-19 19:58:27 -05:00
help
2009-06-16 22:36:34 +02: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-19 19:58:27 -05:00
2007-06-25 22:18:40 +02:00
To compile this driver as a module, say M here: the module will be
2008-07-25 16:24:19 +02:00
called firewire-core.
2007-03-18 01:39:28 +01:00
config FIREWIRE_OHCI
2008-06-14 14:24:53 +02:00
tristate "OHCI-1394 controllers"
2007-03-18 01:39:28 +01:00
depends on PCI && FIREWIRE
2006-12-19 19:58:35 -05:00
help
2007-01-04 18:35:00 +01:00
Enable this driver if you have a FireWire controller based
2006-12-19 19:58:35 -05:00
on the OHCI specification. For all practical purposes, this
is the only chipset in use, so say Y here.
2007-01-07 22:33:59 +01:00
To compile this driver as a module, say M here: The module will be
2009-12-26 01:36:53 +01:00
called firewire-ohci.
2006-12-19 19:58:35 -05:00
2008-03-20 22:04:36 +01:00
config FIREWIRE_OHCI_DEBUG
bool
depends on FIREWIRE_OHCI
default y
2007-03-18 01:39:28 +01:00
config FIREWIRE_SBP2
2008-06-14 14:24:53 +02:00
tristate "Storage devices (SBP-2 protocol)"
2007-03-18 01:39:28 +01:00
depends on FIREWIRE && SCSI
2006-12-19 19:58:40 -05:00
help
2007-01-04 18:35:00 +01:00
This option enables you to use SBP-2 devices connected to a
FireWire bus. SBP-2 devices include storage devices like
2006-12-19 19:58:40 -05:00
harddisks and DVD drives, also some other FireWire devices
like scanners.
2007-01-07 22:33:59 +01:00
To compile this driver as a module, say M here: The module will be
2009-12-26 01:36:53 +01:00
called firewire-sbp2.
2007-01-07 22:33:59 +01:00
2006-12-19 19:58:40 -05:00
You should also enable support for disks, CD-ROMs, etc. in the SCSI
configuration section.
2009-06-07 22:57:53 +02:00
config FIREWIRE_NET
2009-06-16 22:36:34 +02:00
tristate "IP networking over 1394 (EXPERIMENTAL)"
depends on FIREWIRE && INET && EXPERIMENTAL
2009-06-07 22:57:53 +02: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-16 22:36:34 +02:00
NOTE, this driver is not stable yet!
2009-06-07 22:57:53 +02:00
To compile this driver as a module, say M here: The module will be
2009-12-26 01:36:53 +01:00
called firewire-net.
source "drivers/ieee1394/Kconfig"
endmenu