Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[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
0f252a35 15 select SND_PCM
862c2c0a
TB
16 help
17 Sound support for the SGI O2 Workstation.
18
787dba37
TB
19config SND_SGI_HAL2
20 tristate "SGI HAL2 Audio"
21 depends on SGI_HAS_HAL2
0f252a35 22 select SND_PCM
787dba37
TB
23 help
24 Sound support for the SGI Indy and Indigo2 Workstation.
25
26
1da177e4 27config SND_AU1X00
7137c6bc 28 tristate "Au1x00 AC97 Port Driver (DEPRECATED)"
37663860 29 depends on MIPS_ALCHEMY
1da177e4
LT
30 select SND_PCM
31 select SND_AC97_CODEC
32 help
33 ALSA Sound driver for the Au1x00's AC97 port.
34
7137c6bc
ML
35 Newer drivers for ASoC are available, please do not use
36 this driver as it will be removed in the future.
37
89fe5117 38endif # SND_MIPS
1da177e4 39