Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 # ALSA MIPS drivers
0003 
0004 menuconfig SND_MIPS
0005         bool "MIPS sound devices"
0006         depends on MIPS
0007         default y
0008         help
0009           Support for sound devices of MIPS architectures.
0010 
0011 if SND_MIPS
0012 
0013 config SND_SGI_O2
0014         tristate "SGI O2 Audio"
0015         depends on SGI_IP32
0016         select SND_PCM
0017         help
0018           Sound support for the SGI O2 Workstation.
0019 
0020 config SND_SGI_HAL2
0021         tristate "SGI HAL2 Audio"
0022         depends on SGI_HAS_HAL2
0023         select SND_PCM
0024         help
0025           Sound support for the SGI Indy and Indigo2 Workstation.
0026 
0027 config SND_N64
0028         bool "N64 Audio"
0029         depends on MACH_NINTENDO64 && SND=y
0030         select SND_PCM
0031         help
0032           Sound support for the N64.
0033 
0034 endif   # SND_MIPS
0035