drivers: power: report battery voltage in AOSP compatible format
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / firewire / Kconfig
CommitLineData
5d7db049
SR
1menu "IEEE 1394 (FireWire) support"
2 depends on PCI || BROKEN
3 # firewire-core does not depend on PCI but is
4 # not useful without PCI controller driver
5
11f494ee 6config FIREWIRE
0c53decd 7 tristate "FireWire driver stack"
e175569c 8 select CRC_ITU_T
3038e353 9 help
0c53decd
SR
10 This is the new-generation IEEE 1394 (FireWire) driver stack
11 a.k.a. Juju, a new implementation designed for robustness and
12 simplicity.
13 See http://ieee1394.wiki.kernel.org/index.php/Juju_Migration
14 for information about migration from the older Linux 1394 stack
15 to the new driver stack.
3038e353 16
fe77d4f2 17 To compile this driver as a module, say M here: the module will be
f05e21b3
SR
18 called firewire-core.
19
11f494ee 20config FIREWIRE_OHCI
a7b64b87 21 tristate "OHCI-1394 controllers"
7a39d8b8 22 depends on PCI && FIREWIRE && MMU
ed568912 23 help
35b7541c 24 Enable this driver if you have a FireWire controller based
ed568912
KH
25 on the OHCI specification. For all practical purposes, this
26 is the only chipset in use, so say Y here.
27
227e7d81 28 To compile this driver as a module, say M here: The module will be
5d7db049 29 called firewire-ohci.
ed568912 30
11f494ee 31config FIREWIRE_SBP2
a7b64b87 32 tristate "Storage devices (SBP-2 protocol)"
11f494ee 33 depends on FIREWIRE && SCSI
9ba136d0 34 help
35b7541c
SR
35 This option enables you to use SBP-2 devices connected to a
36 FireWire bus. SBP-2 devices include storage devices like
9ba136d0
KH
37 harddisks and DVD drives, also some other FireWire devices
38 like scanners.
39
227e7d81 40 To compile this driver as a module, say M here: The module will be
5d7db049 41 called firewire-sbp2.
227e7d81 42
9ba136d0
KH
43 You should also enable support for disks, CD-ROMs, etc. in the SCSI
44 configuration section.
b9530fd6
SR
45
46config FIREWIRE_NET
32471997
SR
47 tristate "IP networking over 1394"
48 depends on FIREWIRE && INET
b9530fd6 49 help
cb6bf355
YH
50 This enables IPv4/IPv6 over IEEE 1394, providing IP connectivity
51 with other implementations of RFC 2734/3146 as found on several
52 operating systems. Multicast support is currently limited.
b9530fd6
SR
53
54 To compile this driver as a module, say M here: The module will be
5d7db049
SR
55 called firewire-net.
56
28646821
SR
57config FIREWIRE_NOSY
58 tristate "Nosy - a FireWire traffic sniffer for PCILynx cards"
59 depends on PCI
60 help
61 Nosy is an IEEE 1394 packet sniffer that is used for protocol
62 analysis and in development of IEEE 1394 drivers, applications,
63 or firmwares.
64
65 This driver lets you use a Texas Instruments PCILynx 1394 to PCI
66 link layer controller TSB12LV21/A/B as a low-budget bus analyzer.
67 PCILynx is a nowadays very rare IEEE 1394 controller which is
68 not OHCI 1394 compliant.
69
70 The following cards are known to be based on PCILynx or PCILynx-2:
71 IOI IOI-1394TT (PCI card), Unibrain Fireboard 400 PCI Lynx-2
72 (PCI card), Newer Technology FireWire 2 Go (CardBus card),
8fd2af11
SR
73 Apple Power Mac G3 blue & white and G4 with PCI graphics
74 (onboard controller).
28646821
SR
75
76 To compile this driver as a module, say M here: The module will be
9f6d3c4b
SR
77 called nosy. Source code of a userspace interface to nosy, called
78 nosy-dump, can be found in tools/firewire/ of the kernel sources.
28646821
SR
79
80 If unsure, say N.
81
5d7db049 82endmenu