xref: /openbmc/linux/sound/firewire/Kconfig (revision 6b5fc336)
1menuconfig 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
8if SND_FIREWIRE && FIREWIRE
9
10config SND_FIREWIRE_LIB
11	tristate
12	select SND_PCM
13	select SND_RAWMIDI
14
15config 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
26config 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 1640i (former model)
38	   * Mackie(Loud) Onyx Satellite
39	   * Mackie(Loud) Tapco Link.Firewire
40	   * Mackie(Loud) d.2 pro/d.4 pro
41	   * Mackie(Loud) U.420/U.420d
42	   * TASCAM FireOne
43	   * Stanton Controllers & Systems 1 Deck/Mixer
44
45	  To compile this driver as a module, choose M here: the module
46	  will be called snd-oxfw.
47
48config SND_ISIGHT
49	tristate "Apple iSight microphone"
50	select SND_FIREWIRE_LIB
51	help
52	  Say Y here to include support for the front and rear microphones
53	  of the Apple iSight web camera.
54
55	  To compile this driver as a module, choose M here: the module
56	  will be called snd-isight.
57
58config SND_FIREWORKS
59	tristate "Echo Fireworks board module support"
60	select SND_FIREWIRE_LIB
61	select SND_HWDEP
62	help
63	  Say Y here to include support for FireWire devices based
64	  on Echo Digital Audio Fireworks board:
65	   * Mackie Onyx 400F/1200F
66	   * Echo AudioFire12/8(until 2009 July)
67	   * Echo AudioFire2/4/Pre8/8(since 2009 July)
68	   * Echo Fireworks 8/HDMI
69	   * Gibson Robot Interface Pack/GoldTop
70
71	  To compile this driver as a module, choose M here: the module
72	  will be called snd-fireworks.
73
74config SND_BEBOB
75	tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware"
76	select SND_FIREWIRE_LIB
77	select SND_HWDEP
78        help
79	 Say Y here to include support for FireWire devices based
80	 on BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware:
81	  * Edirol FA-66/FA-101
82	  * PreSonus FIREBOX/FIREPOD/FP10/Inspire1394
83	  * BridgeCo RDAudio1/Audio5
84	  * Mackie Onyx 1220/1620/1640 (FireWire I/O Card)
85	  * Mackie d.2 (FireWire Option)
86	  * Stanton FinalScratch 2 (ScratchAmp)
87	  * Tascam IF-FW/DM
88	  * Behringer XENIX UFX 1204/1604
89	  * Behringer Digital Mixer X32 series (X-UF Card)
90	  * Behringer FCA610/1616
91	  * Apogee Rosetta 200/400 (X-FireWire card)
92	  * Apogee DA/AD/DD-16X (X-FireWire card)
93	  * Apogee Ensemble
94	  * ESI QuataFire 610
95	  * AcousticReality eARMasterOne
96	  * CME MatrixKFW
97	  * Phonic Helix Board 12 MkII/18 MkII/24 MkII
98	  * Phonic Helix Board 12 Universal/18 Universal/24 Universal
99	  * Lynx Aurora 8/16 (LT-FW)
100	  * ICON FireXon
101	  * PrismSound Orpheus/ADA-8XR
102	  * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW
103	  * TerraTec EWS MIC2/EWS MIC8
104	  * TerraTec Aureon 7.1 FireWire
105	  * Yamaha GO44/GO46
106	  * Focusrite Saffire/Saffire LE/SaffirePro10 IO/SaffirePro26 IO
107	  * M-Audio FireWire410/AudioPhile/Solo
108	  * M-Audio Ozonic/NRV10/ProfireLightBridge
109	  * M-Audio FireWire 1814/ProjectMix IO
110	  * Digidesign Mbox 2 Pro
111
112          To compile this driver as a module, choose M here: the module
113          will be called snd-bebob.
114
115config SND_FIREWIRE_DIGI00X
116	tristate "Digidesign Digi 002/003 family support"
117	select SND_FIREWIRE_LIB
118	select SND_HWDEP
119	help
120	 Say Y here to include support for Digidesign Digi 002/003 family.
121	  * Digi 002 Console
122	  * Digi 002 Rack
123	  * Digi 003 Console
124	  * Digi 003 Rack
125	  * Digi 003 Rack+
126
127	 To compile this driver as a module, choose M here: the module
128	 will be called snd-firewire-digi00x.
129
130config SND_FIREWIRE_TASCAM
131	tristate "TASCAM FireWire series support"
132	select SND_FIREWIRE_LIB
133	select SND_HWDEP
134	help
135	 Say Y here to include support for TASCAM.
136	  * FW-1884
137	  * FW-1082
138	  * FW-1804
139
140	 To compile this driver as a module, choose M here: the module
141	 will be called snd-firewire-tascam.
142
143config SND_FIREWIRE_MOTU
144	tristate "Mark of the unicorn FireWire series support"
145	select SND_FIREWIRE_LIB
146	select SND_HWDEP
147	help
148	 Say Y here to enable support for FireWire devices which MOTU produced:
149	  * 828mk2
150	  * 828mk3
151
152	 To compile this driver as a module, choose M here: the module
153	 will be called snd-firewire-motu.
154
155config SND_FIREFACE
156	tristate "RME Fireface series support"
157	select SND_FIREWIRE_LIB
158	select SND_HWDEP
159	help
160	 Say Y here to include support for RME fireface series.
161	  * Fireface 400
162
163endif # SND_FIREWIRE
164