brintos

brintos / linux-shallow public Read only

0
0
Text · 635 B · c484b1e Raw
36 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2# ALSA MIPS drivers3 4menuconfig SND_MIPS5	bool "MIPS sound devices"6	depends on MIPS7	default y8	help9	  Support for sound devices of MIPS architectures.10 11if SND_MIPS12 13config SND_SGI_O214	tristate "SGI O2 Audio"15	depends on SGI_IP3216	select SND_PCM17	help18	  Sound support for the SGI O2 Workstation.19 20config SND_SGI_HAL221	tristate "SGI HAL2 Audio"22	depends on SGI_HAS_HAL223	select SND_PCM24	help25	  Sound support for the SGI Indy and Indigo2 Workstation.26 27config SND_N6428	bool "N64 Audio"29	depends on MACH_NINTENDO64 && SND=y30	select SND_PCM31	help32	  Sound support for the N64.33 34endif	# SND_MIPS35 36