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 |
Nicholas Mc Guire | 0f252a3 | 2015-06-14 19:16:59 +0200 | [diff] [blame] | 15 | select SND_PCM |
Thomas Bogendoerfer | 862c2c0 | 2008-07-12 22:43:50 +0200 | [diff] [blame] | 16 | help |
| 17 | Sound support for the SGI O2 Workstation. |
| 18 | |
Thomas Bogendoerfer | 787dba3 | 2008-07-12 12:12:20 +0200 | [diff] [blame] | 19 | config SND_SGI_HAL2 |
| 20 | tristate "SGI HAL2 Audio" |
| 21 | depends on SGI_HAS_HAL2 |
Nicholas Mc Guire | 0f252a3 | 2015-06-14 19:16:59 +0200 | [diff] [blame] | 22 | select SND_PCM |
Thomas Bogendoerfer | 787dba3 | 2008-07-12 12:12:20 +0200 | [diff] [blame] | 23 | help |
| 24 | Sound support for the SGI Indy and Indigo2 Workstation. |
| 25 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 26 | endif # SND_MIPS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 | |