]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/firewire/Kconfig
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[mirror_ubuntu-artful-kernel.git] / drivers / firewire / Kconfig
CommitLineData
0c53decd
SR
1comment "You can enable one or both FireWire driver stacks."
2comment "See the help texts for more information."
a7b64b87 3
11f494ee 4config FIREWIRE
0c53decd 5 tristate "FireWire driver stack"
e175569c 6 select CRC_ITU_T
3038e353 7 help
0c53decd
SR
8 This is the new-generation IEEE 1394 (FireWire) driver stack
9 a.k.a. Juju, a new implementation designed for robustness and
10 simplicity.
11 See http://ieee1394.wiki.kernel.org/index.php/Juju_Migration
12 for information about migration from the older Linux 1394 stack
13 to the new driver stack.
3038e353 14
fe77d4f2 15 To compile this driver as a module, say M here: the module will be
f05e21b3
SR
16 called firewire-core.
17
18 This module functionally replaces ieee1394, raw1394, and video1394.
19 To access it from application programs, you generally need at least
0c53decd
SR
20 libraw1394 v2. IIDC/DCAM applications need libdc1394 v2.
21 No libraries are required to access storage devices through the
22 firewire-sbp2 driver.
23
24 NOTE:
25 FireWire audio devices currently require the old drivers (ieee1394,
26 ohci1394, raw1394).
fe77d4f2 27
11f494ee 28config FIREWIRE_OHCI
a7b64b87 29 tristate "OHCI-1394 controllers"
11f494ee 30 depends on PCI && FIREWIRE
ed568912 31 help
35b7541c 32 Enable this driver if you have a FireWire controller based
ed568912
KH
33 on the OHCI specification. For all practical purposes, this
34 is the only chipset in use, so say Y here.
35
227e7d81 36 To compile this driver as a module, say M here: The module will be
fe77d4f2
SR
37 called firewire-ohci. It replaces ohci1394 of the classic IEEE 1394
38 stack.
39
a7b64b87 40 NOTE:
0c53decd
SR
41 If you want to install firewire-ohci and ohci1394 together, you
42 should configure them only as modules and blacklist the driver(s)
43 which you don't want to have auto-loaded. Add either
0a8da30d
SR
44
45 blacklist firewire-ohci
46 or
47 blacklist ohci1394
48 blacklist video1394
49 blacklist dv1394
50
51 to /etc/modprobe.conf or /etc/modprobe.d/* and update modprobe.conf
0c53decd 52 depending on your distribution.
ed568912 53
ad3c0fe8
SR
54config FIREWIRE_OHCI_DEBUG
55 bool
56 depends on FIREWIRE_OHCI
57 default y
58
11f494ee 59config FIREWIRE_SBP2
a7b64b87 60 tristate "Storage devices (SBP-2 protocol)"
11f494ee 61 depends on FIREWIRE && SCSI
9ba136d0 62 help
35b7541c
SR
63 This option enables you to use SBP-2 devices connected to a
64 FireWire bus. SBP-2 devices include storage devices like
9ba136d0
KH
65 harddisks and DVD drives, also some other FireWire devices
66 like scanners.
67
227e7d81 68 To compile this driver as a module, say M here: The module will be
fe77d4f2
SR
69 called firewire-sbp2. It replaces sbp2 of the classic IEEE 1394
70 stack.
227e7d81 71
9ba136d0
KH
72 You should also enable support for disks, CD-ROMs, etc. in the SCSI
73 configuration section.
b9530fd6
SR
74
75config FIREWIRE_NET
0c53decd
SR
76 tristate "IP networking over 1394 (EXPERIMENTAL)"
77 depends on FIREWIRE && INET && EXPERIMENTAL
b9530fd6
SR
78 help
79 This enables IPv4 over IEEE 1394, providing IP connectivity with
80 other implementations of RFC 2734 as found on several operating
81 systems. Multicast support is currently limited.
82
0c53decd
SR
83 NOTE, this driver is not stable yet!
84
b9530fd6
SR
85 To compile this driver as a module, say M here: The module will be
86 called firewire-net. It replaces eth1394 of the classic IEEE 1394
87 stack.