blob: 2a61cade4ac3df456fa04b2162e89d41ebd1deb8 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001# ALSA MIPS drivers
2
Takashi Iwai89fe5112008-05-23 16:10:37 +02003menuconfig 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
Linus Torvalds1da177e2005-04-16 15:20:36 -070011
Thomas Bogendoerfer787dba32008-07-12 12:12:20 +020012config SND_SGI_HAL2
13 tristate "SGI HAL2 Audio"
14 depends on SGI_HAS_HAL2
15 help
16 Sound support for the SGI Indy and Indigo2 Workstation.
17
18
Linus Torvalds1da177e2005-04-16 15:20:36 -070019config SND_AU1X00
20 tristate "Au1x00 AC97 Port Driver"
Takashi Iwai89fe5112008-05-23 16:10:37 +020021 depends on SOC_AU1000 || SOC_AU1100 || SOC_AU1500
Linus Torvalds1da177e2005-04-16 15:20:36 -070022 select SND_PCM
23 select SND_AC97_CODEC
Linus Torvalds1da177e2005-04-16 15:20:36 -070024 help
25 ALSA Sound driver for the Au1x00's AC97 port.
26
Takashi Iwai89fe5112008-05-23 16:10:37 +020027endif # SND_MIPS
Linus Torvalds1da177e2005-04-16 15:20:36 -070028