Merge tag 'powerpc-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux/fpc-iii.git] / sound / mips / Kconfig
blobb497b803c83471452cc9166c55538b290c554882
1 # SPDX-License-Identifier: GPL-2.0-only
2 # ALSA MIPS drivers
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.
11 if SND_MIPS
13 config 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.
20 config 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.
27 endif   # SND_MIPS