2005-04-16 16:20:36 -06:00
|
|
|
# ALSA MIPS drivers
|
|
|
|
|
2008-05-23 08:10:37 -06:00
|
|
|
menuconfig SND_MIPS
|
|
|
|
bool "MIPS sound devices"
|
|
|
|
depends on MIPS
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Support for sound devices of MIPS architectures.
|
|
|
|
|
|
|
|
if SND_MIPS
|
2005-04-16 16:20:36 -06:00
|
|
|
|
2008-07-12 14:43:50 -06:00
|
|
|
config SND_SGI_O2
|
|
|
|
tristate "SGI O2 Audio"
|
|
|
|
depends on SGI_IP32
|
2015-06-14 11:16:59 -06:00
|
|
|
select SND_PCM
|
2008-07-12 14:43:50 -06:00
|
|
|
help
|
|
|
|
Sound support for the SGI O2 Workstation.
|
|
|
|
|
2008-07-12 04:12:20 -06:00
|
|
|
config SND_SGI_HAL2
|
|
|
|
tristate "SGI HAL2 Audio"
|
|
|
|
depends on SGI_HAS_HAL2
|
2015-06-14 11:16:59 -06:00
|
|
|
select SND_PCM
|
2008-07-12 04:12:20 -06:00
|
|
|
help
|
|
|
|
Sound support for the SGI Indy and Indigo2 Workstation.
|
|
|
|
|
2008-05-23 08:10:37 -06:00
|
|
|
endif # SND_MIPS
|
2005-04-16 16:20:36 -06:00
|
|
|
|