Merge tag 'pwm/for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[linux-block.git] / sound / mips / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1da177e4
LT
2# ALSA MIPS drivers
3
89fe5117
TI
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
1da177e4 12
862c2c0a
TB
13config SND_SGI_O2
14 tristate "SGI O2 Audio"
15 depends on SGI_IP32
0f252a35 16 select SND_PCM
82e8d723
KK
17 help
18 Sound support for the SGI O2 Workstation.
862c2c0a 19
787dba37 20config SND_SGI_HAL2
82e8d723
KK
21 tristate "SGI HAL2 Audio"
22 depends on SGI_HAS_HAL2
0f252a35 23 select SND_PCM
82e8d723
KK
24 help
25 Sound support for the SGI Indy and Indigo2 Workstation.
787dba37 26
1448f8ac
LK
27config 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
89fe5117 34endif # SND_MIPS
1da177e4 35