blob: c484b1e42395378d0fb6e2dd0e29fd46fceca70e [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002# ALSA MIPS drivers
3
Takashi Iwai89fe5112008-05-23 16:10:37 +02004menuconfig 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
11if SND_MIPS
Linus Torvalds1da177e2005-04-16 15:20:36 -070012
Thomas Bogendoerfer862c2c02008-07-12 22:43:50 +020013config SND_SGI_O2
14 tristate "SGI O2 Audio"
15 depends on SGI_IP32
Nicholas Mc Guire0f252a32015-06-14 19:16:59 +020016 select SND_PCM
Krzysztof Kozlowski82e8d722019-10-04 16:49:31 +020017 help
18 Sound support for the SGI O2 Workstation.
Thomas Bogendoerfer862c2c02008-07-12 22:43:50 +020019
Thomas Bogendoerfer787dba32008-07-12 12:12:20 +020020config SND_SGI_HAL2
Krzysztof Kozlowski82e8d722019-10-04 16:49:31 +020021 tristate "SGI HAL2 Audio"
22 depends on SGI_HAS_HAL2
Nicholas Mc Guire0f252a32015-06-14 19:16:59 +020023 select SND_PCM
Krzysztof Kozlowski82e8d722019-10-04 16:49:31 +020024 help
25 Sound support for the SGI Indy and Indigo2 Workstation.
Thomas Bogendoerfer787dba32008-07-12 12:12:20 +020026
Lauri Kasanen1448f8a2021-01-15 13:35:00 +020027config 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 Iwai89fe5112008-05-23 16:10:37 +020034endif # SND_MIPS
Linus Torvalds1da177e2005-04-16 15:20:36 -070035