Merge tag 'docs-4.9-2' of git://git.lwn.net/linux
[cascardo/linux.git] / sound / firewire / Kconfig
1 menuconfig SND_FIREWIRE
2         bool "FireWire sound devices"
3         depends on FIREWIRE
4         default y
5         help
6           Support for IEEE-1394/FireWire/iLink sound devices.
7
8 if SND_FIREWIRE && FIREWIRE
9
10 config SND_FIREWIRE_LIB
11         tristate
12         select SND_PCM
13         select SND_RAWMIDI
14
15 config SND_DICE
16         tristate "DICE-based DACs support"
17         select SND_HWDEP
18         select SND_FIREWIRE_LIB
19         help
20           Say Y here to include support for many DACs based on the DICE
21           chip family (DICE-II/Jr/Mini) which TC Applied Technologies produces.
22
23           To compile this driver as a module, choose M here: the module
24           will be called snd-dice.
25
26 config SND_OXFW
27         tristate "Oxford Semiconductor FW970/971 chipset support"
28         select SND_FIREWIRE_LIB
29         select SND_HWDEP
30         help
31           Say Y here to include support for FireWire devices based on
32           Oxford Semiconductor FW970/971 chipset.
33            * Griffin Firewave
34            * LaCie Firewire Speakers
35            * Behringer F-Control Audio 202
36            * Mackie(Loud) Onyx-i series (former models)
37            * Mackie(Loud) Onyx Satellite
38            * Mackie(Loud) Tapco Link.Firewire
39            * Mackie(Loud) d.2 pro/d.4 pro
40            * Mackie(Loud) U.420/U.420d
41            * TASCAM FireOne
42            * Stanton Controllers & Systems 1 Deck/Mixer
43
44           To compile this driver as a module, choose M here: the module
45           will be called snd-oxfw.
46
47 config SND_ISIGHT
48         tristate "Apple iSight microphone"
49         select SND_FIREWIRE_LIB
50         help
51           Say Y here to include support for the front and rear microphones
52           of the Apple iSight web camera.
53
54           To compile this driver as a module, choose M here: the module
55           will be called snd-isight.
56
57 config SND_FIREWORKS
58         tristate "Echo Fireworks board module support"
59         select SND_FIREWIRE_LIB
60         select SND_HWDEP
61         help
62           Say Y here to include support for FireWire devices based
63           on Echo Digital Audio Fireworks board:
64            * Mackie Onyx 400F/1200F
65            * Echo AudioFire12/8(until 2009 July)
66            * Echo AudioFire2/4/Pre8/8(since 2009 July)
67            * Echo Fireworks 8/HDMI
68            * Gibson Robot Interface Pack/GoldTop
69
70           To compile this driver as a module, choose M here: the module
71           will be called snd-fireworks.
72
73 config SND_BEBOB
74         tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware"
75         select SND_FIREWIRE_LIB
76         select SND_HWDEP
77         help
78          Say Y here to include support for FireWire devices based
79          on BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware:
80           * Edirol FA-66/FA-101
81           * PreSonus FIREBOX/FIREPOD/FP10/Inspire1394
82           * BridgeCo RDAudio1/Audio5
83           * Mackie Onyx 1220/1620/1640 (FireWire I/O Card)
84           * Mackie d.2 (FireWire Option)
85           * Stanton FinalScratch 2 (ScratchAmp)
86           * Tascam IF-FW/DM
87           * Behringer XENIX UFX 1204/1604
88           * Behringer Digital Mixer X32 series (X-UF Card)
89           * Behringer FCA610/1616
90           * Apogee Rosetta 200/400 (X-FireWire card)
91           * Apogee DA/AD/DD-16X (X-FireWire card)
92           * Apogee Ensemble
93           * ESI QuataFire 610
94           * AcousticReality eARMasterOne
95           * CME MatrixKFW
96           * Phonic Helix Board 12 MkII/18 MkII/24 MkII
97           * Phonic Helix Board 12 Universal/18 Universal/24 Universal
98           * Lynx Aurora 8/16 (LT-FW)
99           * ICON FireXon
100           * PrismSound Orpheus/ADA-8XR
101           * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW
102           * TerraTec EWS MIC2/EWS MIC8
103           * TerraTec Aureon 7.1 FireWire
104           * Yamaha GO44/GO46
105           * Focusrite Saffire/Saffire LE/SaffirePro10 IO/SaffirePro26 IO
106           * M-Audio FireWire410/AudioPhile/Solo
107           * M-Audio Ozonic/NRV10/ProfireLightBridge
108           * M-Audio FireWire 1814/ProjectMix IO
109           * Digidesign Mbox 2 Pro
110
111           To compile this driver as a module, choose M here: the module
112           will be called snd-bebob.
113
114 config SND_FIREWIRE_DIGI00X
115         tristate "Digidesign Digi 002/003 family support"
116         select SND_FIREWIRE_LIB
117         select SND_HWDEP
118         help
119          Say Y here to include support for Digidesign Digi 002/003 family.
120           * Digi 002 Console
121           * Digi 002 Rack
122           * Digi 003 Console
123           * Digi 003 Rack
124           * Digi 003 Rack+
125
126          To compile this driver as a module, choose M here: the module
127          will be called snd-firewire-digi00x.
128
129 config SND_FIREWIRE_TASCAM
130         tristate "TASCAM FireWire series support"
131         select SND_FIREWIRE_LIB
132         select SND_HWDEP
133         help
134          Say Y here to include support for TASCAM.
135           * FW-1884
136           * FW-1082
137           * FW-1804
138
139          To compile this driver as a module, choose M here: the module
140          will be called snd-firewire-tascam.
141
142 endif # SND_FIREWIRE