Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # ALSA MIPS drivers |
| 3 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 4 | menuconfig SND_MIPS |
| 5 | bool "MIPS sound devices" |
| 6 | depends on MIPS |
| 7 | default y |
| 8 | help |
| 9 | Support for sound devices of MIPS architectures. |
| 10 | |
| 11 | if SND_MIPS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | |
Thomas Bogendoerfer | 862c2c0 | 2008-07-12 22:43:50 +0200 | [diff] [blame] | 13 | config SND_SGI_O2 |
| 14 | tristate "SGI O2 Audio" |
| 15 | depends on SGI_IP32 |
Nicholas Mc Guire | 0f252a3 | 2015-06-14 19:16:59 +0200 | [diff] [blame] | 16 | select SND_PCM |
Krzysztof Kozlowski | 82e8d72 | 2019-10-04 16:49:31 +0200 | [diff] [blame] | 17 | help |
| 18 | Sound support for the SGI O2 Workstation. |
Thomas Bogendoerfer | 862c2c0 | 2008-07-12 22:43:50 +0200 | [diff] [blame] | 19 | |
Thomas Bogendoerfer | 787dba3 | 2008-07-12 12:12:20 +0200 | [diff] [blame] | 20 | config SND_SGI_HAL2 |
Krzysztof Kozlowski | 82e8d72 | 2019-10-04 16:49:31 +0200 | [diff] [blame] | 21 | tristate "SGI HAL2 Audio" |
| 22 | depends on SGI_HAS_HAL2 |
Nicholas Mc Guire | 0f252a3 | 2015-06-14 19:16:59 +0200 | [diff] [blame] | 23 | select SND_PCM |
Krzysztof Kozlowski | 82e8d72 | 2019-10-04 16:49:31 +0200 | [diff] [blame] | 24 | help |
| 25 | Sound support for the SGI Indy and Indigo2 Workstation. |
Thomas Bogendoerfer | 787dba3 | 2008-07-12 12:12:20 +0200 | [diff] [blame] | 26 | |
Lauri Kasanen | 1448f8a | 2021-01-15 13:35:00 +0200 | [diff] [blame] | 27 | config SND_N64 |
| 28 | bool "N64 Audio" |
| 29 | depends on MACH_NINTENDO64 && SND=y |
| 30 | select SND_PCM |
| 31 | help |
| 32 | Sound support for the N64. |
| 33 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 34 | endif # SND_MIPS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 35 | |