blob: 8a33402fd415cbf4dde9aa80616a336efea109d8 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001# SPDX-License-Identifier: GPL-2.0-only
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002# ALSA MIPS drivers
3
4menuconfig 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
12
13config SND_SGI_O2
14 tristate "SGI O2 Audio"
15 depends on SGI_IP32
16 select SND_PCM
17 help
18 Sound support for the SGI O2 Workstation.
19
20config SND_SGI_HAL2
21 tristate "SGI HAL2 Audio"
22 depends on SGI_HAS_HAL2
23 select SND_PCM
24 help
25 Sound support for the SGI Indy and Indigo2 Workstation.
26
27endif # SND_MIPS
28