blob: 2153d31fb66312025cb6221afd8476d313261785 [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 Bogendoerfer862c2c02008-07-12 22:43:50 +020012config SND_SGI_O2
13 tristate "SGI O2 Audio"
14 depends on SGI_IP32
Nicholas Mc Guire0f252a32015-06-14 19:16:59 +020015 select SND_PCM
Thomas Bogendoerfer862c2c02008-07-12 22:43:50 +020016 help
17 Sound support for the SGI O2 Workstation.
18
Thomas Bogendoerfer787dba32008-07-12 12:12:20 +020019config SND_SGI_HAL2
20 tristate "SGI HAL2 Audio"
21 depends on SGI_HAS_HAL2
Nicholas Mc Guire0f252a32015-06-14 19:16:59 +020022 select SND_PCM
Thomas Bogendoerfer787dba32008-07-12 12:12:20 +020023 help
24 Sound support for the SGI Indy and Indigo2 Workstation.
25
26
Linus Torvalds1da177e2005-04-16 15:20:36 -070027config SND_AU1X00
Manuel Lauss7137c6bc2011-07-25 13:44:47 +020028 tristate "Au1x00 AC97 Port Driver (DEPRECATED)"
Manuel Lauss3766386032011-08-12 11:39:45 +020029 depends on MIPS_ALCHEMY
Linus Torvalds1da177e2005-04-16 15:20:36 -070030 select SND_PCM
31 select SND_AC97_CODEC
Linus Torvalds1da177e2005-04-16 15:20:36 -070032 help
33 ALSA Sound driver for the Au1x00's AC97 port.
34
Manuel Lauss7137c6bc2011-07-25 13:44:47 +020035 Newer drivers for ASoC are available, please do not use
36 this driver as it will be removed in the future.
37
Takashi Iwai89fe5112008-05-23 16:10:37 +020038endif # SND_MIPS
Linus Torvalds1da177e2005-04-16 15:20:36 -070039