Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # ALSA MIPS drivers |
| 2 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 3 | menuconfig 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 | |
| 10 | if SND_MIPS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | |
Thomas Bogendoerfer | 862c2c0 | 2008-07-12 22:43:50 +0200 | [diff] [blame] | 12 | config SND_SGI_O2 |
| 13 | tristate "SGI O2 Audio" |
| 14 | depends on SGI_IP32 |
| 15 | help |
| 16 | Sound support for the SGI O2 Workstation. |
| 17 | |
Thomas Bogendoerfer | 787dba3 | 2008-07-12 12:12:20 +0200 | [diff] [blame] | 18 | config 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 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | config SND_AU1X00 |
Manuel Lauss | 7137c6bc | 2011-07-25 13:44:47 +0200 | [diff] [blame] | 26 | tristate "Au1x00 AC97 Port Driver (DEPRECATED)" |
Manuel Lauss | 376638603 | 2011-08-12 11:39:45 +0200 | [diff] [blame] | 27 | depends on MIPS_ALCHEMY |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 | select SND_PCM |
| 29 | select SND_AC97_CODEC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | help |
| 31 | ALSA Sound driver for the Au1x00's AC97 port. |
| 32 | |
Manuel Lauss | 7137c6bc | 2011-07-25 13:44:47 +0200 | [diff] [blame] | 33 | Newer drivers for ASoC are available, please do not use |
| 34 | this driver as it will be removed in the future. |
| 35 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 36 | endif # SND_MIPS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 37 | |