2009-12-26 03:36:53 +03: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-17 00:36:34 +04:00
comment "You can enable one or both FireWire driver stacks."
2009-12-26 03:36:53 +03:00
comment "The newer stack is recommended."
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.
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
2009-12-26 03:36:53 +03:00
called firewire-ohci.
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
2009-12-26 03:36:53 +03:00
called firewire-sbp2.
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
2009-12-26 03:36:53 +03:00
called firewire-net.
source "drivers/ieee1394/Kconfig"
endmenu