Kconfig 2.1 KB
Newer Older
1 2
# -*- shell-script -*-

3
comment "An alternative FireWire stack is available with EXPERIMENTAL=y"
4 5
	depends on EXPERIMENTAL=n

6
config FIREWIRE
7 8
	tristate "IEEE 1394 (FireWire) support (JUJU alternative stack, experimental)"
	depends on EXPERIMENTAL
9
	select CRC_ITU_T
10 11 12 13 14 15 16 17 18 19
	help
	  IEEE 1394 describes a high performance serial bus, which is also
	  known as FireWire(tm) or i.Link(tm) and is used for connecting all
	  sorts of devices (most notably digital video cameras) to your
	  computer.

	  If you have FireWire hardware and want to use it, say Y here.  This
	  is the core support only, you will also need to select a driver for
	  your IEEE 1394 adapter.

20 21
	  To compile this driver as a module, say M here: the module will be
	  called fw-core.
22

23 24 25 26
	  This is the "JUJU" FireWire stack, an alternative implementation
	  designed for robustness and simplicity.  You can build either this
	  stack, or the classic stack (the ieee1394 driver, ohci1394 etc.)
	  or both.
27

28
config FIREWIRE_OHCI
S
Stefan Richter 已提交
29
	tristate "Support for OHCI FireWire host controllers"
30
	depends on PCI && FIREWIRE
31
	help
S
Stefan Richter 已提交
32
	  Enable this driver if you have a FireWire controller based
33 34 35
	  on the OHCI specification.  For all practical purposes, this
	  is the only chipset in use, so say Y here.

36 37 38 39 40 41
	  To compile this driver as a module, say M here:  The module will be
	  called fw-ohci.

	  If you also build ohci1394 of the classic IEEE 1394 driver stack,
	  blacklist either ohci1394 or fw-ohci to let hotplug load the desired
	  driver.
42

43
config FIREWIRE_SBP2
44
	tristate "Support for storage devices (SBP-2 protocol driver)"
45
	depends on FIREWIRE && SCSI
46
	help
S
Stefan Richter 已提交
47 48
	  This option enables you to use SBP-2 devices connected to a
	  FireWire bus.  SBP-2 devices include storage devices like
49 50 51
	  harddisks and DVD drives, also some other FireWire devices
	  like scanners.

52 53 54
	  To compile this driver as a module, say M here:  The module will be
	  called fw-sbp2.

55 56 57
	  You should also enable support for disks, CD-ROMs, etc. in the SCSI
	  configuration section.

58 59 60 61
	  If you also build sbp2 of the classic IEEE 1394 driver stack,
	  blacklist either sbp2 or fw-sbp2 to let hotplug load the desired
	  driver.