Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
[linux-2.6-block.git] / sound / mips / Kconfig
CommitLineData
1da177e4
LT
1# ALSA MIPS drivers
2
89fe5117
TI
3menuconfig SND_MIPS
4 bool "MIPS sound devices"
5 depends on MIPS
6 default y
7 help
8 Support for sound devices of MIPS architectures.
9
10if SND_MIPS
1da177e4 11
862c2c0a
TB
12config SND_SGI_O2
13 tristate "SGI O2 Audio"
14 depends on SGI_IP32
15 help
16 Sound support for the SGI O2 Workstation.
17
787dba37
TB
18config SND_SGI_HAL2
19 tristate "SGI HAL2 Audio"
20 depends on SGI_HAS_HAL2
21 help
22 Sound support for the SGI Indy and Indigo2 Workstation.
23
24
1da177e4
LT
25config SND_AU1X00
26 tristate "Au1x00 AC97 Port Driver"
89fe5117 27 depends on SOC_AU1000 || SOC_AU1100 || SOC_AU1500
1da177e4
LT
28 select SND_PCM
29 select SND_AC97_CODEC
30 help
31 ALSA Sound driver for the Au1x00's AC97 port.
32
89fe5117 33endif # SND_MIPS
1da177e4 34