vfs: Pass setxattr(2) flags properly
[linux-2.6.git] / sound / firewire / Kconfig
blobe486f48660fb00ac21038158805cee228bd42b97
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.
8 if SND_FIREWIRE && FIREWIRE
10 config SND_FIREWIRE_LIB
11         tristate
12         depends on SND_PCM
14 config SND_FIREWIRE_SPEAKERS
15         tristate "FireWire speakers"
16         select SND_PCM
17         select SND_FIREWIRE_LIB
18         help
19           Say Y here to include support for the Griffin FireWave Surround
20           and the LaCie FireWire Speakers.
22           To compile this driver as a module, choose M here: the module
23           will be called snd-firewire-speakers.
25 endif # SND_FIREWIRE